登录
首页 » Visual C++ » image_carrying_code

image_carrying_code

于 2009-03-03 发布 文件大小:75KB
0 102
下载积分: 1 下载次数: 1

代码说明:

  利用位图图像中的冗余数据位,将小文件嵌入到大的图像文件中,并保持原图像不变。(The use of bitmap images in the redundant data bit will be embedded in small files to large image files, and to maintain the original image unchanged.)

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

发表评论

0 个回复

  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • kz
    说明:  fluent udf dpm particle diamter
    2011-04-09 02:54:56下载
    积分:1
  • reconstruction
    基于双目视觉的三维重建,包含了重建过程中的基本步骤。(Binocular vision-based three-dimensional reconstruction, including the reconstruction of the basic steps of the process.)
    2010-06-22 19:30:56下载
    积分:1
  • Fcorrnerdeteeo
    用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。 (Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)
    2020-11-11 15:29:46下载
    积分:1
  • SLIC_mex
    SLIC超像素分割matlab版本,主要算法为C++与matlab算法联动(SLIC super pixel segmentation matlab version, the main algorithm is C++ and matlab algorithm linkage)
    2018-10-09 14:51:36下载
    积分:1
  • werwerwer
    说明:  对灰度图象进行正交变换,并进行滤波,产生平滑图象(Gray-scale images of the orthogonal transformation, and filtering to produce a smooth image)
    2008-11-22 11:02:15下载
    积分:1
  • GASA
    基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 (adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by Ostu method,which applicated the non-linear genetic algorithm(GA) allows us to optimize the process of threshold. And, where possible, to reduce the computation. in order to achieve effectivly and simply image segmentation. Combination SA is to avoid the common phenomenon about premature convergence in genetic algorithm (GA) to achieve a simple and effective image segmentation.)
    2009-12-10 16:54:58下载
    积分:1
  • DLT
    基于visual c++平台,相机标定方法中的直接线性变换方法,即DLT方法(Based on visual c++ platform, camera calibration method of direct linear transformation method, namely DLT method)
    2013-09-05 16:34:56下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载