资源列表

« 1 2 ... .46 .47 .48 .49 .50 2651.52 .53 .54 .55 .56 ... 18703 »

[绘图程序cbj

说明:查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq zj (read (rtos (cdr (assoc 40
<wu> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenGL454530_4f8a41bb8ce43756

说明:利用计算机图形学opengl进行分形画雪花操作-The use of computer graphics opengl operation snowflake fractal art
<悦欣 > 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenCVfacedetect

说明:人脸检测,能在图片中找到人脸,-you can find the face in your pictures
<zengermeng> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenCVHSV_compare

说明:openCV 例程用于加载图片并且与比较的图片进行hist比较 最终输出结果-openCV for compare the HSV histogram and generate a hist image
<QuJinnan> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[图形图像处理(光照,映射..)PCA-about-image

说明:PCA代码,关于二维数字图像的匹配问题。从给定的图像库中,计算出投影空间(已降维处理),然后计算库中每幅图像在投影空间中的投影,测试图像也进行投影空间投影,计算测试图像的投影与库中每幅图像的投影的欧氏距离,距离最小的那个最匹配。-2-D digi image PCA
<爱琴海> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenCVinterpolation.cpp

说明:Interpolation using opencv
<Dhananj> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[图形图像处理(光照,映射..)ImageProcess

说明:this code is for process the image,it includes pre-process ,smooth filter ,remove noises ,it helps using the Microsoft Foundation classes
<刘圆圆> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[图形图像处理(光照,映射..)shotdetection

说明:用VC++实现镜头边缘的检测与分割,程序简单,容易读懂-Lens with VC++ to achieve edge detection and segmentation, the program is simple, easy to read
<Brad> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenCV3-6

说明:opencv基础教程 实例代码 3-6-opencv-based tutorial example code 3-6
<enrique> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[图形图像处理(光照,映射..)SAR

说明:全极化干涉雷达图像分类算法的实现代码full_wishartdec-Polarimetric InSAR image classification algorithm implementation code full_wishartdec
<lumei> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[OpenCVPCM

说明:对bmp格式所画的波形实现采样,均匀量化,非均匀量化,pcm编码-Bmp format of the painting to achieve the waveform sampling, uniform quantization, non-uniform quantization, pcm coding
<徐宁> 在 2025-11-23 上传 | 大小:2kb | 下载:0

[3D图形编程Experiment1

说明:对象是三维的 应用不同的投影函数,并可以切换 应用不同的属性函数(颜色等) 具有拾取和拖动的交互功能-Object is to apply a different three-dimensional projection function, and can switch the function to apply a different attribute (color, etc.) with pick up and drag the interactive features
<潘陆> 在 2025-11-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 2651.52 .53 .54 .55 .56 ... 18703 »

源码中国 www.ymcn.org