搜索资源列表
Cohen_Sutherland
- 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
MedianBasedDetection
- 基于中值滤波器的红外弱小目标检测,以9*9为滤波窗口大小-Median filter-based infrared small target detection, to 9* 9 for the filtering window size
ndnanfilter
- NDNANFILTER N维零相位数字滤波器,忽略NaN的。 短语法: [年,钨] = ndnanfilter(十,HWIN,女) 短输入: X - 有/无NaN的多维数据。 HWIN - 窗口的名称(默认情况下移动平均的Nd: rectwin )。 的F - 向量指定为每个维窗口半宽度。 短暂输出: Ÿ - 过滤/平滑X数据与零相移(如X!一样大小)。 W - N维是通过一种特殊的子函数生成的中心对称的窗口称为
averagefilt_opt
- 经过优化的二维平均滤波,程序可以根据滤波窗口的大小自适应的选择行优化或者列优化,同时函数还包含了三种边界处理功能:预设值、近邻和镜像。假设滤波窗口的长边为N,算法的优化效率大约为N/2。-After optimization of 2D averaging filter, the program can be optimized according to the size of the adaptive filter window select the row or column to opti
DicomMove
- 实现DICOM图形的显示,图像自适应窗口大小,能使用左键进行拖动,有参考的标尺-The DICOM graphics display images with adaptive window size, can use the left button and drag, the reference scale
mediafilter
- 自适应均值滤波代码,可以自动调节滤波窗口大小和形状,滤波效果非常好-Adaptive mean filter code, you can automatically adjust the window size and shape of the filter, the filter effect is very good
filterofmedia
- 自适应中值滤波matlab代码,可以自动调节滤波窗口大小和形状,滤波效果非常好-Adaptive median filter matlab code that can automatically adjust the window size and shape of the filter, the filter effect is very good
MVSnapSingle
- 演示保存一幅BMP文件到指定目录。 利用MVSnapShot抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。 -Demo save a BMP file to a specified directory. Use MVSnapShot grab a frame image into memory, use ConvertBayer2Rgb conve
VCPPFROM
- VC++实现一个支持鼠标拖动的浮动工具栏窗口,如测试运行图所示,鼠标拖动浮动窗口,可自由移动位置,其形状会自动变化,根据位置的不同,自动吸附,并且自动变换大小和形状,很智能的工具栏窗口,在Flash软件、Dreamweaver网页设计工具中,像一些属性窗口等都是这样子的。-VC FROM