登录
首页 » Special Effects » 30 image processing VC++ Source code, including 256 colors to grayscale, Hough t...

30 image processing VC++ Source code, including 256 colors to grayscale, Hough t...

于 2022-03-07 发布 文件大小:829.58 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quad...
    边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
    2022-01-26 04:17:15下载
    积分:1
  • 可以对D
    可以对D-INSAR数据的沉陷应变进行有效计算-On D-INSAR data for effective calculation of subsidence strain
    2022-03-02 18:07:58下载
    积分:1
  • matlab环境下的立体图像校正程序,目的是要消除例如图像对的垂直视差...
    matlab环境下的立体图像校正程序,目的是要消除例如图像对的垂直视差-matlab environment three-dimensional image correction procedures, such as the purpose is to eliminate the image of the vertical parallax
    2022-02-10 10:25:47下载
    积分:1
  • labelmetool,用于手工图像分割,可以同时记录很多目标信息。通过lhi还可以下载很多图像库。...
    labelmetool,用于手工图像分割,可以同时记录很多目标信息。通过lhi还可以下载很多图像库。-labelmetool, for manual image segmentation, can be recorded at the same time a lot of target information. Through lhi can also download a lot of image library.
    2022-08-08 10:35:37下载
    积分:1
  • 左边显示BMP文件并且可以加入自己算法来对其进行修改显示在右边,可以把右边的bmp图像另存为新文件...
    左边显示BMP文件并且可以加入自己算法来对其进行修改显示在右边,可以把右边的bmp图像另存为新文件-The left display BMP files and can add their own algorithm to modify shown on the right can be the right bmp image as a new document
    2023-03-02 00:05:04下载
    积分:1
  • OpenCV+ VS2008 pyramid algorithm to achieve
    OpenCV+VS2008实现金字塔算法-OpenCV+ VS2008 pyramid algorithm to achieve
    2023-05-19 09:30:03下载
    积分:1
  • 基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。...
    基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。-Based on wavelet transform image fusion, has become the interface. Interface can be related to image processing operations.
    2022-01-30 13:52:14下载
    积分:1
  • 看pdf等的电子书,白底黑字看时间长了不舒服,想换成其他颜色的 有时候网上看到的图片or网页背景黑糊糊的,保存下来再处理才看得清... 功能: 0...
    看pdf等的电子书,白底黑字看时间长了不舒服,想换成其他颜色的 有时候网上看到的图片or网页背景黑糊糊的,保存下来再处理才看得清... 功能: 0.script自定义处理流程 处理由系统热键触发. 1.双击script的编辑框显示的提示: Y , y : Yes //写屏 N , n : No 0 : XGrey //Grey 1 : One //取反 2 : Two //二值化 3 : XRGB //RGB亮度调节 4 : XExpose //曝光 5 : XGamma //Gamma 2. N 的话不写屏,而是在新的窗口显示结果 此时,鼠标滚轮缩放,右键fit屏幕大小,左键双击保存. 3.二值化的时候.两种颜色可以点击黑白方块处设置. 4.个人的 快捷键,script,二值化颜色 的设置保存在 ini -see the e-books, white background with black lettering to see a long time uncomfortable and replaced by other colors to the Internet sometimes see the pictures or out of a background of the website, preserved furnished further treatment before ... functions : 0.script-defined processing processed by the system hotkey trigger. 1. double-click script editing box displayed on the screen : Y, y : Yes// write screen N, n : No 0 : XGrey// Gray 1 : One// take-2 : Two// binary 3 : XRGB// RGB brightness adjustment 4 : XExpose// exposure 5 : XGamma// Gamma 2. N not to write the screen, but in the new w
    2022-05-15 12:52:32下载
    积分:1
  • matlab的金字塔算法!
    matlab的金字塔算法!-pyramid algorithm matlab!
    2022-04-09 08:49:59下载
    积分:1
  • nghgbhv gbhhgnb hghghg vh
    nghgbhv gbhhgnb hghghg vh-nghgbhv gbhhgnb hghghg vh
    2023-06-19 20:05:04下载
    积分:1
  • 696518资源总数
  • 104517会员总数
  • 39今日下载