资源列表
EdgeChek
- 这次改进了,可以较好的实现图像的边缘检测,很好的代码,本人认为!! -this improvement, we can achieve a better image of edge detection, good code, I think! !
match-v3.2.src.tar
- the newest graph cut source code and there are some new algorithm in it-the newest graph cut source code and there a 're some new algorithm in it
VC_JingShen
- 物体位于焦点最清晰,离焦点远就越小和模糊,本例程供学习制作景深效果-objects in the most clear focus, focus far more from the small and fuzzy, learning the routines for the production depth of field effects
chepaidingwei2
- 用投影的方法来实现 车牌的定位 先对图像进行灰度化 再进行二值化 提取图像轮廓-projection methods to achieve the positioning plates on the first grayscale image of another binary image contour extraction
picture_base_compute_control
- picture_base_compute_control 完成一个 输控代码仿真器是利用VC++6编辑的一个执行数控代码可视化功能的软件。数控代码仿真器的使用较简单。-picture_base_compute_control completed a lose control code Simulator using VC 6 editorial implementation of a NC code visualization functions of the software. NC si
vctuxianghuidu
- 实现图像的灰度变换 vc a code collect form codechina-image of a gray transform vc code collect form codechina
thresh_md
- 这是matlab编写的全局最优的图像二值化方法-prepared by the global optimum image binarization methods
pretrm
- 图像的预处理程序,包括边缘去噪、二值化、腐蚀等。为车牌定位作铺垫-image preprocessing procedures, including marginal denoising, the two values, and corrosion. To pave the way for positioning plates
imageprocessingmatrix
- matrix的图像处理,我们也在开发,一些介绍的内容-matrix of image processing, we also develop and introduce some of the content
FaceDetect44
- 旋转人脸定位代码 可以正确定位带有平面内转动的人脸-rotating face location code can correct positioning with the plane of rotation Face
Huffman--encodeVC
- huffman 编码,对生物医学信号进行压缩编码! 解压后就可以运行! 用VC++语言编写!-Huffman coding, the biomedical signal coding! Decompression can run after! VC language!
edge_detect-matlab
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象