-
C Builder图形图像处理(图像特技)包括源代码和文档…
c++ builder 图形图象处理(图象的特技)
内含源代码及所有工程文件-c builder graphic image processing (image stunts) includes source code and documentation for all project
- 2023-04-28 07:10:03下载
- 积分:1
-
MAD相似性度量准则的改进,实现模板匹配程序
MAD相似性度量准则的改进,实现模板匹配程序-MAD similarity measurement criteria to improve and achieve template matching procedures
- 2022-01-22 15:20:17下载
- 积分:1
-
AdaBoost的Matlab程序,非常通俗易懂,适合初学者学习AdaBoost的运算流程...
AdaBoost的Matlab程序,非常通俗易懂,适合初学者学习AdaBoost的运算流程-AdaBoost the Matlab program, very user-friendly, suitable for beginners to learn computing AdaBoost flow
- 2022-02-27 00:45:34下载
- 积分:1
-
7个不变矩的在Matlab中的实现,提供代码供大家参考。
7个不变矩的在Matlab中的实现,提供代码供大家参考。-Seven invariant moments of the realization in Matlab to provide the code for your reference.
- 2022-02-04 13:31:12下载
- 积分:1
-
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写...
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用2维模板(模板是由黑白相间的格子组成,格子大小60cm×60cm)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 2-D template (template is composed of black-and-white lattice, lattice size of 60cm × 60cm) calibration procedures, better interactivity, each corner through the automatic acquisition of mouse clicks.
- 2022-02-22 10:10:29下载
- 积分:1
-
delphi 处理多边形与直线的截断例子
delphi 处理多边形与直线的截断例子 -delphi examples deal with graphics
- 2022-07-03 14:42:53下载
- 积分:1
-
数字图像处理 西电版 很好的学习数字图像处理的书籍
数字图像处理 西电版 很好的学习数字图像处理的书籍-Digital Image Processing Western Electric version of good learning digital image processing books
- 2022-04-12 08:02:09下载
- 积分:1
-
itinerary coding, JPEG coding (basic system) command line compiler process follo...
行程编码,JPEG压缩编码(基本系统)
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib-itinerary coding, JPEG coding (basic system) command line compiler process following vcvars32 mail c bmp.rc l compress.c bmp.res user32.lib gdi32.lib
- 2022-06-20 14:45:55下载
- 积分:1
-
人脸检测与定位的MATLAB代码,可以较准确地定位人脸,却程序不是很麻烦,可以给初学者带来帮助...
人脸检测与定位的MATLAB代码,可以较准确地定位人脸,却程序不是很麻烦,可以给初学者带来帮助-the program of face detection and location
- 2022-10-03 14:20:03下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1