-
PhotoCut
基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助(OpenCV based on the realization of the image shear, the interception of a small software, to learning more OpenCV friends help)
- 2020-11-17 15:19:41下载
- 积分:1
-
tuxiangxihua
图像处理基本算法其中之一的图像细化(Image processing one of the basic algorithm for image thinning)
- 2008-06-04 17:11:50下载
- 积分:1
-
jpegIO
实现原始的JPEG图片编解码,不借助任何的第三方库,纯C++。(To achieve the original JPEG image decoding, without using any third-party libraries, pure C++.)
- 2011-10-06 13:50:13下载
- 积分:1
-
FingerPrintDlg
指纹图像处理包括梯度处理、方向场处理、平滑处理、智能增强处理等(The fingerprint image processing including gradient processing, direction field processing, smooth processing and intelligent enhancement processing, etc)
- 2011-04-30 19:28:34下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
opencv4.3
自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of each color.)
- 2014-02-13 16:18:41下载
- 积分:1
-
三维数据的法矢量 NormalAdjust
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果(Three-dimensional data, vector calculation method and make adjustments, which includes the make their own experimental data and results)
- 2020-07-28 19:28:39下载
- 积分:1
-
bodyindex_white_save
kinect扫描到的人体分离出来,并以二值图显示,且可以保存在本地,丰富的注释帮助理解(kinect body scan to be separated, and binary image display and can be saved locally, rich annotation to help understand)
- 2016-10-15 08:42:50下载
- 积分:1
-
medical-picture-process
《医学图像编程技术》,周振环。一书的源码(the source code of the "medical picture programing")
- 2012-03-14 15:02:31下载
- 积分:1
-
las_tools
一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
- 2021-01-24 20:58:38下载
- 积分:1