Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - roi
Search - roi - List
人脸视频图像编码是近年来图像编码领域里的一个研究热点问题,它在通信、互联网等方面有着广泛的应用前景。人脸图像编码的研究包含很多子问题,主要的三个方面为:精确的人脸目标定位算法,实时的人脸目标跟踪算法和高效的人脸图像编码方法。本文的主要研究工作在于: 1) 提出帧间差分和背景差分相结合的人脸目标定位算法,在人脸特征选择上,主要使用形状特征,通过椭圆拟合来得到人脸的位置。 2) 采用基于Kalman滤波的运动预测方法对人脸的区域变化进行预测,以此缩小目标可能存在的区域(ROI).-Facial video image coding image compression in recent years a hot research topic in the field of the problem, it is in the communication, the Internet have a wide range of applications. Coding of face images contain many sub-problems, the main three are: accurate target location algorithm for face, real-time face tracking algorithm and efficient facial image coding method. This major research work are: 1) of the frame difference and background difference goal of combining face localization algorithm, feature selection in the human face, the main use of shape features, by ellipse fitting to get the location of the face. 2) Kalman filtering based motion prediction method changes the face of the region predicted to narrow the possible target area (ROI).
Update : 2024-05-05 Size : 1024 Publisher : 周参

DL : 0
用ica进行混合图像分离,里面含有用matlab编写的源程序-Separation of mixed images using ica, which contains the source code written with matlab
Update : 2024-05-05 Size : 352256 Publisher : 论坛注册

在输入区域上计算输入图片的梯度直方图(PHOG)-Computes Pyramid Histogram of Oriented Gradient over a ROI
Update : 2024-05-05 Size : 2048 Publisher : janet

matlabROC
DL : 0
receiver operating characteristics
Update : 2024-05-05 Size : 4096 Publisher : srinu

DL : 0
处理fmri图像的软件工具,具有分脑区显示激活点、据要求实现感兴趣区等诸多功能,详细参见使用说明-Fmri image processing software tools, with sub-brain regions showed activation point, it was required to achieve ROI, and many other features, see the detailed instructions
Update : 2024-05-05 Size : 3450880 Publisher : 刘刚

DL : 0

Update : 2024-05-05 Size : 3072 Publisher : nnmb

DL : 1
compute a ROC curve hope you will like it
Update : 2024-05-05 Size : 4096 Publisher : rashrash

DL : 0
Decision Trees and Predictive Models with cross-validation and ROC (Receiver Operating Characteristic) analysis plot
Update : 2024-05-05 Size : 25600 Publisher : Praveen

matlabcorr
DL : 0
fmri数据一个roi与全脑体素做相关,返回corr map-fmri data in a roi do with the whole brain voxel-related return corr map
Update : 2024-05-05 Size : 1024 Publisher : liufeng

无线X射线控制服务器端程序,具有感兴趣区域自动提取传输功能-Wireless X-ray control of the server-side program, with automatic extraction of transfer function ROI
Update : 2024-05-05 Size : 1821696 Publisher : 陈方林

将灰度视频二值化后,进行canny检测,检测到外轮廓后,计算每个轮廓的周长以及其包裹的区域的质心和面积-Calculate the perimeter ,acreage and center of ROI in a video
Update : 2024-05-05 Size : 10169344 Publisher : keju

This function(s) can be used to interactively view any kind of 3D image volumes like CT and MRI, and for distance measurements or ROI selection in 2D slices. It includes Maximum intensity projections (MIP), Volume Rendering (VR) , Slice render, and colored and Phong shaded Volume rendering. Voxel opacity and color tables can be changed on the fly allowing also iso surface kind of renders. The fast render algorithm which renders a 3D volume to a 2D image, is based on a Matlab coded implementation of the Shear-Warp transform, in which instead of rotating the viewer rays the slices are sheared.
Update : 2024-05-05 Size : 870400 Publisher : Colin.hit

idl利用shp的roi进行图像裁剪处理-idl crop the image using roi
Update : 2024-05-05 Size : 12288 Publisher : gaohao

modis图像数据根据roi的时间序列分析工具-modis image data based on time series analysis tools roi
Update : 2024-05-05 Size : 1024 Publisher : gaohao

Othercal
DL : 0
idl计算roi内遥感图像的反射率的小程序-idl calculate the reflectivity of remote sensing image process
Update : 2024-05-05 Size : 1024 Publisher : gaohao

This function(s) can be used to interactively view any kind of 3D image volumes like CT and MRI, and for distance measurements or ROI selection in 2D slices.
Update : 2024-05-05 Size : 14574592 Publisher : cristi

跟踪类,基于光流的ROI区域计算迭代以实现运动物体的跟踪。-one c plus plus class,it is based on optical flow to calculate the postion of moving objects.
Update : 2024-05-05 Size : 5120 Publisher : yandong

DL : 0
交互式可视化图画;vtk,六角体,可放大小-ROI visualization,vtk,zoom inout
Update : 2024-05-05 Size : 189440 Publisher : jun

What’s the real value of the customer voice?
Update : 2024-05-05 Size : 389120 Publisher : akram

DL : 0
Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA - 使用象素關係重採樣。當圖像縮小時候,該方法可以避免波紋出現。當圖像放大時,類似於 CV_INTER_NN 方法.. * CV_INTER_CUBIC - 立方插值. 函數 cvResize 將圖像 src 改變尺寸得到與 dst 同樣大小。若設定 ROI,函數將按常規支持 ROI. -Resize the image size conversion void cvResize (const CvArr* src, CvArr* dst, int interpolation = CV_INTER_LINEAR) src input image. Dst output image. Interpolation interpolation method:* CV_INTER_NN- nearest neighbor interpolation,* CV_INTER_LINEAR- bilinear interpolation (default use)* CV_INTER_AREA- resampling using pixel relationship. The time when the image reduction, the method avoids ripple appears. When the image is zoomed in, like CV_INTER_NN method ..* CV_INTER_CUBIC- cubic interpolation. Function cvResize change the size of the image src and dst are the same size. If the setting ROI, will be general support functions ROI.
Update : 2024-05-05 Size : 1024 Publisher : 張天彥
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.