搜索资源列表
Animated_S18084710212004
- Title: [ Animated Sliding Form ] Descr iption: This is an example of a new style form animation.Check this now. ## I Need your feedback. ## This file came from Planet-Source-Code.com...the home millions of lines of source code You can view c
Gdipluspicture
- 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向
coordinates
- 批量自动查询CAD上点坐标,并写入文本文件以供查看-CAD on the volume automatically check point coordinates, and write a text file for viewing
081031_pixel_check
- 可以讀取任意資料夾內的圖型檔案,並利用滑鼠確認任一點的ARGB值,以及該點的座標。-Can read any folder within the graphic file, and use the mouse to confirm the ARGB value of any point, as well as the coordinates of the points.
M-Model
- Used to view the M-Model file format. Provides a quick way to check the model.
Picking
- 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DF
HZCWY
- 将南方CASS软件的图斑叠盖检查错误日志处理成CAD的表文件。-CASS software, the South Polygon Overlap check the error log processing into a CAD file of the table.
BMPrw
- 用C语言写的一个读取BMP图片,并计算RGB值的项目文件,主要是计算心里色差判断-Written in C language with a read BMP images, and calculate the RGB values of the project file, mainly to check the calculation of heart color
CannyEdgeDetection
- Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
gaussianblur
- 实现了高斯模糊,用模板实现,在程序中包含头文件后直接使用即可,速度还挺快,比我自己写的快了不止一个数量级,使用时TGaussianBlur<double>BlurFilter BlurFilter.Filter(pImage,NULL,512,512,13)详情请看http://www.librow.com/articles/article-9感谢该文作者的贡献-Implements a Gaussian blur, with the templates, include th
MARK_ImagePyramids
- SIFT图像特征提取的图像预处理步骤:构建图像构建高斯金字塔,相邻层相减得到DOG金字塔,在DOG金字塔3x3x3的邻域内寻找局部极值点,供进一步计算SIFT特征描述子使用。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-SIFT image feature extraction image preprocessing steps: build image Gaussian pyramid, subtracting the adjacent
MARK Dehaze
- 2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-CVPR 2009 Best Paper " Single image haze removal using d
MARK_Kmeans
- 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
MARK_Raytracing
- ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
2010OPENCV
- 一个最简单的OPENCV入门程序,读取图像,显示其反转片效果,给初学者一个很浅显的概念,同时帮你检验你的opencv平台是否搭建成功。用的是最“土”的控制台程序,压缩文件里有编译结果和运行方法,-OPENCV a simple entry application, read the image, showing the effect of reversal film, giving beginners a simple and obvious concept, but to help you c
[check]DICOMviewer
- when you browse your directory and select dicom files, this program will show your dicom file and information.
Trigger_P
- File for m face design to check a person face.-File for form face design to check a person face.
ReadBmp
- 读取bmp文件的各种信息 //1. 检查路径是否合法:文件能打开;以bmp为后缀名 //2. 读入位图的文件头: //3. 打印位图的文件头 //4. 读入位图的信息头 //5. 打印位图的信息头 //6. 创建8位位图的调色板 //7. 读入位图的像素数据 //8. 计算每行像素所占的字节数 ... //11. 另存为位图 //12. 显示位图 -Read bmp file various information// check the p
Motion_Detection
- matlab 视频中运动目标追踪代码 this programs identifies the moving objects in a video ( continious frames) and displays the moving object in a window. when you execute this code just check whether the input video is supported in matlab r not. so for the tes
check-file-write-correct-or-not
- On Error檢查磁碟機寫入資料是否正確,可解決高速寫入檔案發生錯誤的機會-On Error check the drive to write data is correct, to resolve high-speed write file error