登录
首页 » C++ Builder » chage

chage

于 2007-07-10 发布 文件大小:1453KB
0 168
下载积分: 1 下载次数: 22

代码说明:

  把图像处理的MATALAB程序转化为C++程序(put image processing procedures into MATLAB C Program)

文件列表:

aa
..\aa.dsp
..\aa.dsw
..\aa.ncb
..\aa.opt
..\aa.plg
..\allchild.c
..\allchild.h
..\angle.c
..\angle.h
..\bwlabel.c
..\bwlabel.h
..\cellfun_mex_interface.c
..\cellfun_mex_interface.h
..\cellstr.c
..\cellstr.h
..\dataread_mex_interface.c
..\dataread_mex_interface.h
..\datenum.c
..\datenum.h
..\datenummx_mex_interface.c
..\datenummx_mex_interface.h
..\datestr.c
..\datestr.h
..\datevec.c
..\datevec.h
..\datevecmx_mex_interface.c
..\datevecmx_mex_interface.h
..\deal.c
..\deal.h
..\deblank.c
..\deblank.h
..\Debug
..\.....\aa.bsc
..\.....\aa.dll
..\.....\aa.ilk
..\.....\aa.pch
..\.....\aa.pdb
..\.....\shibie.obj
..\.....\shibie.sbr
..\.....\vc60.idb
..\.....\vc60.pdb
..\dmperm.c
..\dmperm.h
..\fgetl.c
..\fgetl.h
..\fileparts.c
..\fileparts.h
..\filesep.c
..\filesep.h
..\flipdim.c
..\flipdim.h
..\fliplr.c
..\fliplr.h
..\flipud.c
..\flipud.h
..\fullfile.c
..\fullfile.h
..\gca.c
..\gca.h
..\gcf.c
..\gcf.h
..\getfield.c
..\getfield.h
..\graphics_private_clo.c
..\graphics_private_clo.h
..\gray.c
..\gray.h
..\hdf_mex_interface.c
..\hdf_mex_interface.h
..\im2bw.c
..\im2bw.h
..\im2double.c
..\im2double.h
..\im2uint16.c
..\im2uint16.h
..\im2uint8.c
..\im2uint8.h
..\images_private_bwlabel1_mex_interface.c
..\images_private_bwlabel1_mex_interface.h
..\images_private_bwlabel2_mex_interface.c
..\images_private_bwlabel2_mex_interface.h
..\images_private_changeclass.c
..\images_private_changeclass.h
..\images_private_checkinput.c
..\images_private_checkinput.h
..\images_private_checknargin.c
..\images_private_checknargin.h
..\images_private_checkstrs.c
..\images_private_checkstrs.h
..\images_private_grayto16_mex_interface.c
..\images_private_grayto16_mex_interface.h
..\images_private_grayto8_mex_interface.c
..\images_private_grayto8_mex_interface.h
..\images_private_imlincombc_mex_interface.c
..\images_private_imlincombc_mex_interface.h
..\images_private_iptprefs.c
..\images_private_iptprefs.h
..\images_private_iptregistry_mex_interface.c
..\images_private_iptregistry_mex_interface.h

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

发表评论

0 个回复

  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • dsa
    说明:  用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】(Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of highlighting vascular region. 【Source】 plus documented)
    2010-04-18 22:39:04下载
    积分:1
  • dcmread4
    集成ITK、VTK、MFC读取DICOM的代码,建成win32程序即可。运行完美(Integrated ITK, VTK, MFC to read DICOM code, built win32 program can. Works perfect)
    2021-02-19 16:29:44下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • main
    图像亮度和对比度调节,已验证,分别有亮度调节和对比度调节的调整框(Image brightness and contrast adjustment, has been verified, respectively, brightness adjustment and contrast ad)
    2017-03-26 20:25:06下载
    积分:1
  • canvas-sample
    free-vision library,计算机视觉C++库,含有SAMPLE,非常经典!(free-vision library, computer vision C library, containing SAMPLE. very classic!)
    2006-10-22 21:46:43下载
    积分:1
  • Onvif设备搜索 示例源码
    Onvif设备搜索 示例源码
    2018-04-09下载
    积分:1
  • vtk-CT(MC)
    MC算法实现CT医学图像的三维重建,面绘制技术(MC algorithm CT medical image reconstruction, surface rendering technology)
    2014-02-25 10:14:46下载
    积分:1
  • 简单codesforimageprocessing
    实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。(simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.)
    2020-07-09 11:18:55下载
    积分:1
  • 统计独立算法求的信息熵
    一幅大小为256×256的256级灰度图像(每像素8bit) 如果图像的各个像素之间是统计独立的,求该图像的信息熵 -离散无记忆信源 如果图像的各个像素之间不是统计独立的,求该图像的信息熵 -图像像素的概率分布模型(A 256 gray scale image (8bit per pixel) with a size of 256 x 256 If each pixel of the image is statistically independent, the information entropy of the image is calculated Discrete memoryless source If each pixel of the image is not statistically independent, the information entropy of the image is calculated Probability distribution model of image pixels)
    2017-11-24 21:49:34下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载