Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - invert image
Search - invert image - List
小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wavelet transform source code wav_basic.c : basic filtering, decimation and upsampling routines. wav_basi c.h : interface to wav_basic.c. wav_trf.c : transform routines. wav_trf.h : interface to wav_trf.c. wav_filters.h : where filter banks and their properties are def INED. wav_filters_extern.h : interface to wav_filters.h. wav_gen.h : some parameters and min / max macros. macros.h : pointer check macro. test_transforms.c : main routine for testing transforms and invert ibility. test_denoise.c : the main routine for example Denoising applica tions. alloc.c : pointer allocation / deallocation. alloc.h : interface to alloc.c. peppers.raw Makefile : 512x512 grayscale test image.
Update : 2008-10-13 Size : 199.23kb Publisher : 李强

picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFilter MaxFilter MinFilter MedianFilter Filter Sharpen Contour Colorize Transparency Flip RotateImage Mosaic Dilate Erode Diffuse Soften Scanlines ShiftRGB Relief Emboss AddNoise Saturation Contrast GammaCorrection Binarization(四种方法) Thin EdgeDetection(四种方法) Hcm Fcm(图像分割) GrayToRealColor(7种方法) Hough DrawHistgram-PictureBox Some attributes are basically, graphical methods of expansion: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB scalable image processing methods are mainly: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFilter MaxFilter MinFilter MedianFilter Filter Sharpen Contour Colorize Transparency Flip RotateImage Mosaic Dilate Erode Diffuse Soften Scanlines ShiftRGB Relief Emboss AddNoise Saturation Contrast GammaCorrection Binarization (four methods) Thin EdgeDetection (four methods) Hcm Fcm (image segmentation) GrayToRealColor (7 methods) Hough DrawHistgram
Update : 2010-05-14 Size : 94.13kb Publisher : qixing2010@126.com

小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wavelet transform source code wav_basic.c : basic filtering, decimation and upsampling routines. wav_basi c.h : interface to wav_basic.c. wav_trf.c : transform routines. wav_trf.h : interface to wav_trf.c. wav_filters.h : where filter banks and their properties are def INED. wav_filters_extern.h : interface to wav_filters.h. wav_gen.h : some parameters and min/max macros. macros.h : pointer check macro. test_transforms.c : main routine for testing transforms and invert ibility. test_denoise.c : the main routine for example Denoising applica tions. alloc.c : pointer allocation/deallocation. alloc.h : interface to alloc.c. peppers.raw Makefile : 512x512 grayscale test image.
Update : 2025-02-17 Size : 199kb Publisher : 李强

picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFilter MaxFilter MinFilter MedianFilter Filter Sharpen Contour Colorize Transparency Flip RotateImage Mosaic Dilate Erode Diffuse Soften Scanlines ShiftRGB Relief Emboss AddNoise Saturation Contrast GammaCorrection Binarization(四种方法) Thin EdgeDetection(四种方法) Hcm Fcm(图像分割) GrayToRealColor(7种方法) Hough DrawHistgram-PictureBox Some attributes are basically, graphical methods of expansion: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB scalable image processing methods are mainly: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFilter MaxFilter MinFilter MedianFilter Filter Sharpen Contour Colorize Transparency Flip RotateImage Mosaic Dilate Erode Diffuse Soften Scanlines ShiftRGB Relief Emboss AddNoise Saturation Contrast GammaCorrection Binarization (four methods) Thin EdgeDetection (four methods) Hcm Fcm (image segmentation) GrayToRealColor (7 methods) Hough DrawHistgram
Update : 2025-02-17 Size : 478kb Publisher : rik

完成图象处理,包括真彩色,灰度图象等等.-Completion of image processing, including true color, gray-scale image and so on.
Update : 2025-02-17 Size : 1kb Publisher : xvlirui

invert the image, it is quite useful, but now can be replaced by imcomplement.
Update : 2025-02-17 Size : 317kb Publisher : fung tsz ho

這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed up the time of processing). 5- Find the boundaries concentrate. 6- Determine shapes properties (ratio of dimensions, roundness). 7- Classify shapes according to its properties.
Update : 2025-02-17 Size : 50kb Publisher : tom

Invert the image tms320dm6437
Update : 2025-02-17 Size : 195kb Publisher : dianaltea

Its a simple algorithm to invert image. Get the image.bmp file and result is contrast or inverse image.
Update : 2025-02-17 Size : 725kb Publisher : kalian

To open a Jpeg, Gif image and invert it, plus display on a window
Update : 2025-02-17 Size : 1kb Publisher : Sahil Singhal

Image effects. Lots of options. Invert, pixelize, blurr,edge detection etc.
Update : 2025-02-17 Size : 41kb Publisher : Arturo

DL : 0
A novel distortionless image data hiding algorithm based on integer wavelet transform that can invert the stego-image into the original image without any distortion after the hidden data are extracted is proposed. This algorithm hides data into one (or more) middle bitplane( s) of the integer wavelet transform coefficients in the middle and high frequency subbands. It can embed much more data compared with the existing distortionless data hiding techniques and satisfy the imperceptibility requirement. The image histogram modification is used to prevent greyscales from possible overflowing. Experimental results have demonstrated the validity of the algorithm
Update : 2025-02-17 Size : 383kb Publisher : mehdi

加载一副图像,对其进行图像处理,实现图像的倒置功能,并显示出来-Add an image, its image processing, and image inversion function, and displayed
Update : 2025-02-17 Size : 11.87mb Publisher : 周开武

DL : 0
invert or negative image processing technique
Update : 2025-02-17 Size : 1kb Publisher : una

利用VB来进行数字图像的处理,包括图像的重置与反转-Using VB to digital image processing, including the replacement of the image, invert
Update : 2025-02-17 Size : 2kb Publisher : 李瑞芳

各种图像滤波算法模块,包括:blur,gaussian,Oilify,Pixelize,Sharpen,Eraseline,Invert,Oilify等,国外网站上下载.-A variety of image filtering algorithm modules, including: the blur, gaussian, Oilify Pixelize, Sharpen, Eraseline, Invert, Oilify and other overseas sites to download.
Update : 2025-02-17 Size : 94kb Publisher : 胡闹

对图像进行反转,这是图像传统的增强方法,是对像素点的增强。-Invert the image, which is the traditional method for enhancing an image, the pixel point is increased.
Update : 2025-02-17 Size : 2kb Publisher : 王峰

invert image processing using delphi
Update : 2025-02-17 Size : 43kb Publisher : magenjer

DL : 0
通过Opencv实现图像的色彩翻转,即每点的RGB值发生变化-Opencv achieved by flipping the image colors
Update : 2025-02-17 Size : 18.61mb Publisher : J

简单的图像处理程序,实现了如图想的灰度直方图,取反,线性变换,灰度拉伸等功能,无错,可以运行,适合初学者参考学习。-Simple image processing program, realized the figure to the gray-level histogram, invert, linear transformation, gray stretch, and other functions, there is no wrong, you can run, suitable for beginners reference study.
Update : 2025-02-17 Size : 4.28mb Publisher : suny
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.