登录
首页 » Visual C++ » RGBtoHIS

RGBtoHIS

于 2021-04-11 发布 文件大小:2896KB
0 238
下载积分: 1 下载次数: 1

代码说明:

说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)

文件列表:

RGBtoHIS
........\Error.cpp,902,2010-07-23
........\Error.h,1172,2010-07-23
........\Figure.cpp,1484,2008-07-20
........\Figure.h,1505,2008-07-20
........\Image.h,1486,2010-07-23
........\ImageDataset.cpp,1195,2010-07-21
........\ImageDisplay.cpp,4283,2010-07-22
........\ImageIO.cpp,2050,2010-07-21
........\ImgeProcessing.cpp,12675,2010-07-24
........\IPLib.aps,21368,2010-07-25
........\IPLib.clw,1843,2010-07-25
........\IPLib.cpp,2049,2008-07-19
........\IPLib.dsp,4904,2010-07-23
........\IPLib.dsw,535,2008-07-19
........\IPLib.h,1313,2008-07-19
........\IPLib.ncb,345088,2010-07-25
........\IPLib.opt,50688,2010-07-25
........\IPLib.plg,2546,2010-07-25
........\IPLib.rc,5927,2010-07-24
........\IPLib.sln,874,2010-07-20
........\IPLib.vcproj,10244,2010-07-20
........\IPLib.vcproj.HENRY-PC.Administrator.user,1413,2010-07-22
........\IPLibDlg.cpp,5765,2010-07-23
........\IPLibDlg.h,1628,2010-07-23
........\ReadMe.txt,3561,2008-07-19
........\res

........\...\IPLib.rc2,397,2008-07-19
........\resource.h,1142,2010-07-23
........\StdAfx.cpp,207,2008-07-19
........\StdAfx.h,1054,2008-07-19
........\_bin
........\....\gdal15.dll,4866048,2007-12-24
........\....\geos_c_fw.dll,823296,2007-12-24
........\....\geos_fw.dll,978944,2007-12-24
........\....\IPLibD.exe,61496,2010-07-25
........\....\IPLibD.exp,10254,2010-07-25
........\....\IPLibD.ilk,1636720,2010-07-25
........\....\IPLibD.lib,17610,2010-07-25
........\....\libcurl.dll,176128,2007-12-24
........\....\libeay32.dll,1064960,2007-12-24
........\....\msvcp71.dll,499712,2007-12-24
........\....\msvcr71.dll,348160,2007-12-24
........\....\ssleay32.dll,200704,2007-12-24
........\....\zlib1.dll,73728,2007-12-24
........\_include
........\........\cpl_config.h,2407,2007-12-17
........\........\cpl_conv.h,10807,2007-12-14
........\........\cpl_csv.h,2703,2007-01-17
........\........\cpl_error.h,4662,2007-08-26
........\........\cpl_http.h,2520,2007-07-23
........\........\cpl_list.h,2815,2007-01-17
........\........\cpl_minixml.h,6634,2007-09-11
........\........\cpl_multiproc.h,4438,2007-12-05
........\........\cpl_odbc.h,9023,2007-01-17
........\........\cpl_port.h,15670,2007-12-19
........\........\cpl_string.h,7824,2007-12-14
........\........\cpl_vsi.h,9060,2007-05-03
........\........\cpl_vsi_virtual.h,4627,2007-04-20
........\........\cpl_win32ce_api.h,2973,2007-01-17
........\........\cpl_wince.h,1821,2007-01-17
........\........\gdal.h,32604,2007-11-30
........\........\gdalgrid.h,2921,2007-11-25
........\........\gdaljp2metadata.h,4624,2007-08-11
........\........\gdalwarper.h,15063,2007-05-03
........\........\gdal_alg.h,14292,2007-11-26
........\........\gdal_frmts.h,5320,2007-11-27
........\........\gdal_pam.h,11242,2007-09-17
........\........\gdal_priv.h,28178,2007-11-15
........\........\gdal_rat.h,4945,2007-01-17
........\........\gdal_version.h,699,2007-12-18
........\........\gdal_vrt.h,4538,2007-09-14
........\........\gvgcpfit.h,2886,2002-12-11
........\........\memdataset.h,5041,2007-05-28
........\........\ogrsf_frmts.h,12096,2007-11-12
........\........\ogr_api.h,18865,2007-12-12
........\........\ogr_attrind.h,3682,2007-01-17
........\........\ogr_core.h,14707,2007-12-14
........\........\ogr_feature.h,13474,2007-01-17
........\........\ogr_featurestyle.h,22022,2007-12-10
........\........\ogr_geometry.h,21771,2007-12-10
........\........\ogr_geos.h,1934,2007-01-17
........\........\ogr_p.h,3548,2007-01-17
........\........\ogr_spatialref.h,21887,2007-09-13
........\........\ogr_srs_api.h,27823,2007-09-13
........\........\rawdataset.h,5513,2007-01-17
........\........\swq.h,5702,2007-08-17
........\........\thinplatespline.h,5294,2007-01-17
........\........\vrtdataset.h,22616,2007-09-14
........\_lib
........\....\gdal_i.lib,830660,2007-12-24

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

发表评论


0 个回复

  • image-geometric-transformation
    实现图像的几何变换,包括图像的平移、镜像变换、缩放、转置以及旋转。(Achieve geometric transformation of image, including the image translation, image transformation, scaling, transpose and rotation.)
    2015-07-15 14:30:29下载
    积分:1
  • ch2_ex2_4
    载入一副图像并进行平滑处理与高斯或其他核函数进行卷积有效的减少图像信息内容(Loading an image and smoothed with a Gaussian or other nuclear convolution function effectively reduce the information content of the image)
    2016-08-23 16:01:08下载
    积分:1
  • 对CANNY算子进行改进
    对CANNY算子进行改进,其中详细的分析了CANNY算子的原理,已经应用改进的canny算子进行边缘检测,效果较好(CANNY operator improvements, including a detailed analysis of the principle of CANNY operator has been applied to improve the canny operator edge detection, better )
    2020-06-27 01:40:01下载
    积分:1
  • humantracking
    非常好的程序,能够对视频中移动目标进行跟踪(failed to translate)
    2013-05-04 15:32:37下载
    积分:1
  • HOG+SVM进行片中行人检测
    行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • Meanshift
    利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程……(Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...)
    2012-03-26 10:08:52下载
    积分:1
  • 人脸识别系统设计—毕业设计
    说明:  本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
    2005-11-10 23:36:52下载
    积分:1
  • main
    DIX公式优化求解层速度,使得速度变得更加平滑。(DIX formula optimization solution velocity, making speed becomes smoother.)
    2013-07-23 15:52:06下载
    积分:1
  • DXFRead-master
    读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
    2017-09-26 15:48:30下载
    积分:1
  • sichashu
    说明:  四叉树程序,图像处理,要做这个的可以看看(Quadtree procedures, image processing, that can do this look)
    2021-04-27 21:18:44下载
    积分:1
  • 696518资源总数
  • 104752会员总数
  • 9今日下载