-
图像编程――操作调色板,位图显示,特殊图形窗口等
图像编程――操作调色板,位图显示,特殊图形窗口等-images Programming-- palette operations, bitmap display, special graphics, such as window
- 2023-05-01 07:35:06下载
- 积分:1
-
粒子滤波的程序,condensation
粒子滤波的程序,condensation-Particle filter procedure, condensation
- 2022-02-14 17:19:07下载
- 积分:1
-
256 colors to grayscale, which is brought there from师兄absolutely useful, and the...
- 2022-03-30 17:55:56下载
- 积分:1
-
good use of edge detection procedures :) ED
很好用的边缘检测程序:)
ED-256 is an edge detection program with support for any bitmap. As of 2.1, the program allows both edge detection and prototype classification on the images.-good use of edge detection procedures :) ED-256 is an edge detection program with support for any bitmap. As of 2.1, the program allows both prototype edge detection and classification on the images.
- 2022-12-22 23:20:03下载
- 积分:1
-
TPicShow是171过渡效果纯Delphi图像滑块控制…
TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are:
Image transition can be controlled programmatically
Image can be stretched or centered in the client area of the control
Control can show a background image as centered, stretched, or tiled
Transition process can use a separated thread
New transitional effects can be easily implemented and added to the control
TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
- 2022-08-18 04:29:36下载
- 积分:1
-
现在在所有图像去噪滤波中最较理想的去噪算法――Bayesian Least Squares...
现在在所有图像去噪滤波中最较理想的去噪算法――Bayesian Least Squares - Gaussian Scale Mixture的matlab实现代码,应用丰富,与商用图像处理软件媲美,其原理可以参见J Portilla, V Strela, M Wainwright, E P Simoncelli, "Image Denoising
using Scale Mixtures of Gaussians in the Wavelet Domain-Now image denoising filter in all the most better denoising algorithm- Bayesian Least Squares- Gaussian Scale Mixture realize the matlab code, application-rich, with the commercial image processing software rival, and its principle can be found in J Portilla, V Strela, M Wainwright, EP Simoncelli,
- 2022-02-01 19:44:11下载
- 积分: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
-
描述:最近的研究视觉皮层细胞的数学建模。
Description: Recent studies on Mathematical modeling of visual cortical cells [Kulikowski/Marcelja/Bishop:1982] suggest a tuned band pass filter bank structure. These filters are found to have Gaussian transfer functions in the frequency domain. Thus, taking the Inverse Fourier Transform of this transfer function we get a filter characteristics closely resembling to the Gabor filters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively).
- 2022-09-17 19:40:02下载
- 积分:1
-
基于多特征描述和DPF区域匹配的图像检索
基于多特征描述和DPF区域匹配的图像检索-Based on multi-feature description and matching DPF Regional Image Retrieval
- 2022-10-04 04:30:03下载
- 积分:1
-
一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进...
一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进-An improved two-way matching SIFT algorithm, sift the classic rotation invariant feature extraction algorithm, this method has been improved to its matching
- 2023-08-12 09:50:03下载
- 积分:1