-
中国科学院医学影像学发展
中科院开发的医学影像相关功能源码!-Chinese Academy of Sciences the development of medical imaging-related features source!
- 2022-10-14 01:10:04下载
- 积分:1
-
深入浅出介绍计算机视觉的最新动态。内容包括:
* Camera calibration using 3D objects, 2D planes, 1D l...
深入浅出介绍计算机视觉的最新动态。内容包括:
* Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration
* Extracting camera motion and scene structure from image sequences
* Robust regression for model fitting using M-estimators, RANSAC, and Hough transforms
* Image-based lighting for illuminating scenes and objects with real-world light images
* Content-based image retrieval, covering queries, representation, indexing, search, learning, and more
* Face detection, alignment, and recognition--with new solutions for key challenges
* Perceptual interfaces for integrating vision, speech, and haptic modalities
* Development with the Open Source Computer Vision Library (OpenCV)
* The new SAI framework and patterns for architecting computer vision applications-Easy to introduce the latest developments in computer vision. Include:* Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration* Extracting camera motion and scene structure from image s
- 2022-01-26 03:49:13下载
- 积分:1
-
一种给定的人脸图像自动人脸检测程序
有关人脸检测的程序,对于给定的图像进行自动人脸检测,挺好用的。-The face detection procedure for a given facial image auto-detection, quite good use.
- 2022-12-05 23:05:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
在VC++ 6.0中实现阈值处理,线性变换,傅里叶变换,去噪处理。...
在VC++ 6.0中实现阈值处理,线性变换,傅里叶变换,去噪处理。-In VC++ 6.0 implementation of the threshold treatment, linear transform, Fourier transform, denoising treatment.
- 2022-02-06 16:30:01下载
- 积分:1
-
using wavelet decomposition and reconstruction, image enhancement and integratio...
利用小波分解与重构,实现图像增强和融合,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image enhancement and integration, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
- 2022-05-24 21:45:46下载
- 积分:1
-
用opencv编写的相机标定的程序,简单易懂,适合于初学者学习。opencv用于其他图像处理也非常好用。...
用opencv编写的相机标定的程序,简单易懂,适合于初学者学习。opencv用于其他图像处理也非常好用。-ó?opencv???
- 2023-04-21 23:50:03下载
- 积分:1
-
dual filter ht equals primal filter h (orthogonal transform) creates Daubechies...
dual filter ht equals primal filter h (orthogonal transform)
% creates Daubechies orthogonal filter -dual filter ht equals primal filter h (orthogonal transform) creates Daubechies orthogonal filter
- 2022-08-24 00:20:49下载
- 积分:1
-
This algorithm will perform hough transfo rm and detect shape of an object.
This algorithm will perform hough transform and detect shape of an object.-This algorithm will perform hough transfo rm and detect shape of an object.
- 2023-05-04 02:10:04下载
- 积分:1
-
VC数字图像经典算法及实现 源代码 随书光盘
VC数字图像经典算法及实现 源代码 随书光盘 -VC Digital Image classical algorithm and the realization of the source code with the book CD-ROM
- 2022-05-16 02:59:34下载
- 积分:1