CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - one pixel

搜索资源列表

  1. motionestimation

    0下载:
  2. 采用单向多参考帧的运动估计算法,附1/4像素内插算法,能够实现较准确的运动估计,目前性能稍逊于双向运动估计-Using one-way multi-reference frame motion estimation algorithm, with 1/4 pixel interpolation algorithm, to achieve more accurate motion estimation, the current performance of low achievers in the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6448
    • 提供者:挫地炮
  1. Exercise3

    0下载:
  2. ssd4 exercise3 This exercise is to create a small Visual Basic interface (a Visual Basic form) like the one shown below. This form will have three label controls and an image. The top label should display the current date (as returned by the Visual
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-26
    • 文件大小:35595
    • 提供者:zhaoming
  1. fractalsSSE_src

    0下载:
  2. Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formu
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:40544
    • 提供者:mark
  1. FillEntity

    0下载:
  2. 自创的一种新颖的填充算法,利用半开半闭单向指向的矢量线段,避免了奇点处理过程.算法非常巧妙.可以做任意角度填充.真正意义上的数学填充,不是计算机上的象素填充.-Created a novel filled with algorithms, the use of semi-open semi-closed one-way point of the vector line to avoid the singular point process. Algorithm is very clever. C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:243999
    • 提供者:杨兴刚
  1. otsu

    0下载:
  2. OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2145
    • 提供者:ltrko9kd
  1. dibimage11

    0下载:
  2. DibImage is a set of Borland C++Builder classes for use in manipulating and displaying machine vision image data. They are targeted at users who need to manipulate images at the pixel level and hence DibImage is very useful in image processing applic
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:244233
    • 提供者:kirk cameron
  1. ImageProc

    0下载:
  2. 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.cpp: equal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:496620
    • 提供者:Ming
  1. jgrapht-0.7.3

    0下载:
  2. 解压后,源码在org目录下,只需放到相应的路径下,双击jar可以观察结果。JGrapht对象画图的机制是:将图元定义为一个一个的cell,每个cell可以是一个顶点(vertex)、边(edge)或者节点(port)中的一种。顶点可以有邻接的顶点,他们通过边相联系,边联接的两个端点称为目标和源,每个目标或者源是一个节点。节点是顶点的孩子。每个cell都可以有自己的孩子。 -Decompression, the source directory in the org, just put the
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2364247
    • 提供者:yangmiying
  1. canny

    1下载:
  2. Canny算子是边缘检测的一种最优算子,能检测出单像素、连续的边缘。这些特性对后续处理很有帮助。 本算法包含了一般的canny算子,还包括使用大津值自适应高、低阈值的canny算子。-Canny edge detection operator is one of the best operator, can detect a single pixel, the edge of a row. The follow-up to deal with these features helpful.
  3. 所属分类:Special Effects

    • 发布日期:2015-08-03
    • 文件大小:4334
    • 提供者:mzfox
  1. jisuanjituxiang

    0下载:
  2. 最大值:扫描法:设第一个象素灰度级为最大值,然后与后一个象素灰度级比较,如果后面的大,则把后一象素值赋给最大值,依次逐一比较到图象最后的一个象素,找出最大值。-Max: scanning method: the first pixel-based gray-scale for the maximum, and then after a pixel with gray-scale comparison, if the back of the large, while the latter is a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2823
    • 提供者:李春良
  1. PseudoColorImageProcessing

    1下载:
  2. 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:305175
    • 提供者:jhm
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. FetchColor

    0下载:
  2. VC代码实现图片上每点像素的RGB显示,特别适合初学MFC编程的兄弟。我学了一个暑假,发现从例子入手,避开高深的C++理论,是非常有成就感的。-VC code to achieve the image of each point of the RGB pixel display, especially for beginners Brother MFC programming. I learned one summer and found that starting from the examp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2721199
    • 提供者:zhang
  1. mix

    0下载:
  2. 应用于计算机视觉领域,拍摄等像素大小的两张图片,其中一张是细节图,我们可以将我们关注的这张细节图(拍摄得清楚)‘粘贴’到大图中,起到细化局部的作用-Applied to computer vision field, shooting and other pixel size of two images, one of which details of the map, we can be of concern to us the details of this map (taken a very
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4246661
    • 提供者:杜鹃
  1. colorlook

    0下载:
  2. 用来查看任何一个地方的像素点的颜色,还是很有用的-Is used to view any one place pixel color, or very useful。。。。。。。。。。。。。。。。。
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:3064801
    • 提供者:chenruibin
  1. matlab_v

    0下载:
  2. Motion Tracking === === === This tarball contains all code required to run the tracking algorithm on a sequence of images. Run the file run_tracker.m in Matlab and follow the instructions. You will need to have a directory of sequentiall
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:36511757
    • 提供者:gobsy
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:107039
    • 提供者:arechi
  1. 3DShow

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-06
    • 文件大小:105959
    • 提供者:325
  1. BilaFlt

    1下载:
  2. 对图像进行双边滤波的函数。有两个高斯核,一个是对像素点见的距离,一个是对像素点见的灰度差。-Right image bilateral filtering function. There are two Gaussian kernel, one is the pixel to see distance, one is to see the gray scale pixel difference.
  3. 所属分类:Special Effects

    • 发布日期:2015-08-06
    • 文件大小:1610
    • 提供者:陈利聪
  1. b

    0下载:
  2. cntrd: calculates the centroid of bright spots to sub-pixel accuracy. Inspired by Grier & Crocker s feature for IDL, but greatly simplified and optimized for matlab INPUTS: im: image to process, particle should be bright spots on dark
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:2182
    • 提供者:santhu
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com