搜索资源列表
picture001
- 图形的反转源代码-graphics reversal source code
反转图片的颜色
- 在窗口中显示图片并反转图片的颜色,一个很好的例子绝对值得收藏-in the window display pictures and photographs reversal of the color of a good example worthy collection
tuxiang.rar
- 使用opencv实现图像颜色反转功能,包括实例图像及工程文件,The use of color reversal image opencv functions, including examples of images and project files
3D_PSTD.rar
- 使用PSTD计算方法实现的3维时间反转镜像技术算法,可用于声学及电磁学成像,A Time Reversal Mirror Algrithm devopled by the 3 dimensial PSTD numerical method, it can be used in acousic and electromagnitic imaging field
SuperDisplay
- 显示和处理超大BMP图象,英文界面,图象处理有缩放,旋转,图象反转.-BMP image display and processing of large, English interface, image processing with zoom, rotate, image reversal.
CandleReversalPatternIndexGraph1.0
- MT4 的蜡烛图反转形态指标 可以自动提示 蜡烛图的反转形态-MT4 indicators candle chart reversal patterns can be automatically prompted to candle chart reversal patterns
imageview
- 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
2107210017520071022238367591296
- vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
imageview
- 基本的数字图像处理,包括图片翻转,高通低通滤波,直方图处理等-Basic digital image processing, including image reversal, high-pass low-pass filtering, histogram processing
Image-inverse-normalization
- 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒-Procedures for the realization of the image binarization to a BMP image into a binary black and white images, but also black-and-white reversal can be achieved
lin
- 用于数字图像处理的图像反转和变换的程序,实测可用-For digital image processing and conversion of the image reversal process, the measured available
Image
- 在VC++6.0环境中,利用OpenCV做的图像水平翻转Win32程序。注意载入图像的路径。-In VC++6.0 environment, using OpenCV to do the level of the image reversal process Win32. Note the path of loading images.
imageprocessing
- 实现基本的图像处理功能例如图像平滑图像锐化形图像的反转等-The realization of the basic image processing functions such as image smoothing sharpening images, such as fractal image reversal
Lab0804-Reverse
- C55XDSP的图像反转程序,便于初学DSP在图像方面的应用做为事例。开发环境是CCS3.2-C55XDSP image reversal process for learning DSP applications in image as an example. Development environment is CCS3.2
pictureTransform
- 不使用opencv等工具实现的图像翻转程序,经测试效果不错-Do not use such tools opencv image reversal process, good results have been tested
chapter1
- 图像的翻转,我是个初学者,只是尝试,如果用可以打开看看,可用。-reversal the picture,if you need ,you can record ,i think ,donot need more explaination。
SR_documentation
- 提供没有任何编程知识的超分辨所需的可能性 方便用户地测试和比较不同的简技术,为了提供一个灵活的项目,任何人都可以修改,以适应他们的需要,增加新的登记和重建技术-Provided without any programming knowledge required for the possibility of super-resolution user-friendly test and compare different simple technologies, in order to p
wuziqi
- 1、首先遍历整个棋盘,找到一个可以落子的点,然后假设自己在该点落子,再然后判断如果棋子落到这个点上后会对自己有什么利益,比如会不会形成冲4活三、双活三等等,(事先将冲四活三、双活三等效果定义上利益值,当然,如果是五个子连起来了的话,利益值要被定义成最高,最好是无穷大的),将各种效果的利益值相加,得到己方的利益值。 2、将角色互换一下,重复第一步,得到对方的利益值(其实是递桂算法)。 3、将己方的利益值减去对方的利益值,得到该点的总利益值。 4、整个棋盘所有能落子的点都计算出利益值之后
Image-reversal
- 图像反转(就是把黑的变白,白的变黑) 即黑的变白了,白的变黑了-Image reversal (that is, black to white, white to black ),that is black change to white, white change toblack
image reversal
- 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b