Welcome![Sign In][Sign Up]
Location:
Search - prewitt open

Search list

[Special EffectsOpenCV_Edge

Description: 用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。-Realize Opencv images using edge detection: including Sobel, Canny, Laplace algorithm, particularly suitable for beginners to learn to use the Opencv.
Platform: | Size: 1588224 | Author: bin | Hits:

[Special Effects200432590139

Description: 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
Platform: | Size: 3769344 | Author: 叶心怡 | Hits:

[Graph programmyIPC

Description: BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edge extraction (Roberts, sobel, laplacian, prewitt, laplacian of gaussian operator)
Platform: | Size: 2130944 | Author: yangchjun | Hits:

[Graph programsmagic

Description: 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯度锐化,拉普拉斯锐化和伪彩色 (7) 形态学处理:腐蚀,膨胀,开,闭,细化 (8) 边缘与轮廓:边缘检测(robert,sobel,prewitt...),Hough变换,轮廓提取,种子填充,轮廓跟踪 编译时需要将Intel\lib,isee\lib,TIFF\LIB加入到vc6的工具\选择\目录\library files中-Comprehensive example of image processing to provide the functions are: (1) Open, display, save (Save), print, including bmp, jpg, tif, gif, tga, pcx, png, psd, etc., all commonly used image (2) can be achieved on the image to enlarge/reduce the view, and can display the histogram (attitude, red, blue, green, four-channel) (3) of operations: image format conversion, threshold transform, the window transform, gray stretch, balanced approach (4) geometric transformations: translation, transposition, scale, rotate, horizontal mirror, vertical mirror (5) orthogonal transformation: Fourier, discrete cosine, Walsh, Hotelling, etc. (6) image enhancement: image smoothing, median filtering, sharpening gradient, Laplacian sharpening and pseudo-color (7) morphological processing: erosion, dilation, opening, closing, thinning (8) edge and contour: edge detection (robert, sobel, prewitt ...), Hough transform, contour extraction, seed fill, contour tracking Compile
Platform: | Size: 6663168 | Author: 黄知 | Hits:

[VC/MFCsobel-prewitt

Description: sobel算子的c语言实现,vc++打开即可使用。-sobel operator implementation by c language, and can be used by open vc++ directly.
Platform: | Size: 371712 | Author: zlu | Hits:

[Special EffectsDIP-ps

Description: 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持多文档打开,是一个photoshop的雏形。-Produced using vs2010 with qt designer digital image processing software, currently contains the gray scale operation histogram, channel graph display realized Otsu algorithm, maximum entropy algorithm and manually adjust the (single-threshold, dual-threshold value) of the binary operation with geometric operations algebra operations using convolution completed roberts, sobel, prewitt three edge detection operator can also manually enter the kernel using convolution completed gaussian, median, mean function of the three denoising operator , gaussian operator can manually enter a sigma also used to support multi-document workspace open, is the prototype of a photoshop.
Platform: | Size: 13700096 | Author: snowymo | Hits:

[Special EffectsMatlab-GUI_image5-(2)

Description: 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、使用“sobel算子”、“prewitt算子”、“roberts算子”、“log算子”、“canny算子”、“zero-cross算子”、“laplacian算子”对图像进行锐化等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, use the " sobel operator" , " prewitt operator" , " roberts operator" , " log operator" , " canny operator child " ," zero-cross operator " ," laplacian operator " for image sharpening.
Platform: | Size: 12288 | Author: tuzki | Hits:

[Special EffectsEDGE

Description: 可用于打开/保存位图,并实现对位图的边缘检测:Roberts边缘算子、Sobel边缘检测算子、Prewitt边缘检测算子、Kirsch边缘检测算子、拉普拉斯算子、高斯拉普拉斯算子-Can be used to open/save the bitmap and edge detection for bitmap: Roberts edge operator, Sobel edge detection operator, Prewitt edge detection operator, Kirsch edge detection operator, Laplacian, high 斯拉普Las operator
Platform: | Size: 3303424 | Author: 比尔叔 | Hits:

[Special EffectsOpenCV_Morpholog

Description: Morphological Operations, Erosion, Dilation and their combinations Open, Close, Boundary extraction, Top-Hat. Edge Detection Filters Prewitt, Sobel and Canny Filters
Platform: | Size: 4526080 | Author: 穿山甲说 | Hits:

CodeBus www.codebus.net