Welcome![Sign In][Sign Up]
Location:
Search - grid image in matlab

Search list

[Other resourceloadcode

Description: 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet decomposition algorithm; Choice of two small Porgy; Three pairs of classic pieces of black-and-white and color images DWT; Four zero tree, grid-based Tower vector quantization, LBG-based algorithm, based on the scalar quantization Wavelet Transform Coding ; 5 analyzed the results of the comparison. The purpose : a comprehensive training program students; Two pairs of the high number and the method of computation, programming, data structures, algorithms, digital image processing and review of the curriculum used; Three students can develop the algorithm design and analysis.
Platform: | Size: 34727 | Author: aa | Hits:

[matlabloadcode

Description: 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet decomposition algorithm; Choice of two small Porgy; Three pairs of classic pieces of black-and-white and color images DWT; Four zero tree, grid-based Tower vector quantization, LBG-based algorithm, based on the scalar quantization Wavelet Transform Coding ; 5 analyzed the results of the comparison. The purpose : a comprehensive training program students; Two pairs of the high number and the method of computation, programming, data structures, algorithms, digital image processing and review of the curriculum used; Three students can develop the algorithm design and analysis.
Platform: | Size: 34816 | Author: aa | Hits:

[Graph programprojective-and-affine

Description: 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional image reconstruction studies have friends in a glance
Platform: | Size: 201728 | Author: 郭震宇 | Hits:

[Special Effectsbsubsamp

Description: 数字图像处理(冈萨雷斯)书中的边界链码实现,该程序通过取网格,简化了编码的数据量-Digital image processing (Gonzalez) the boundary chain code book, realize that the procedures through access grid, simplifying the coding of data
Platform: | Size: 2048 | Author: 陈娟 | Hits:

[Special Effectspinjie

Description: 用matlab实现基于网格匹配的图像拼接,其中网格大小需要自己依据图片大小进行调整-Using matlab to achieve grid-based matching of image mosaic, in which the size of the grid need to be adjusted based on image size
Platform: | Size: 1024 | Author: huang lun | Hits:

[OtherGUI_sanweikeshihua

Description: 该程序为gui程序,程序中很多菜单可以实现三维体可视化,区域生长算法进行图像分割以及栅状图三维可视化,界面很好!-The program for the gui program, the program, many of the menu can be achieved visualization of three-dimensional body, region growing algorithm for image segmentation and visualization of three-dimensional grid-like map, interface very good!
Platform: | Size: 246784 | Author: 成林 | Hits:

[Otherpcaexpressprot

Description: We propose an algorithm for facial expression recognition which can classify the given image into one of the seven basic facial expression categories (happiness, sadness, fear, surprise, anger, disgust and neutral). PCA is used for dimensionality reduction in input data while retaining those characteristics of the data set that contribute most to its variance, by keeping lower-order principal components and ignoring higher-order ones. Such low-order components contain the "most important" aspects of the data. The extracted feature vectors in the reduced space are used to train the supervised Neural Network classifier. This approach results extremely powerful because it does not require the detection of any reference point or node grid. The proposed method is fast and can be used for real-time applications.
Platform: | Size: 21504 | Author: mhm | Hits:

[matlabgridding

Description: Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions - in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab. -Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions- in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab.
Platform: | Size: 1469440 | Author: rizq | Hits:

[matlabDrawing

Description: 自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指数函数,三角函数,对数函数,axes都能有正确的图形,另外用其他edit配合,画出分段函数图像。因此,这可软件无论你是单个函数还是分段函数(4段以内)均可正确画出,当然还配合有grid选项,如果想保持画出的图形,无需QQ截屏,直接点保存键,将它以jpg的格式,存入到你想要存的文件夹里面。要想查对应点的函数值时,只用在edit里面输入x值,按回车就可以得到,注意x值是在范围之内的,支持结果累积,最终将以一个表格的形式显示出来,如果要想画新的图形,点击清空按键即可。-Drawing software-defined functions, the software function of the input part is divided into 4 parts, for the four sub-functions, of course, can also be extended to 5, Liu Duan, if you do not have sub-function, then only the first an edit which you can write your function expression, while the range in the back to write x, and cftool inside the custom equation, can only function with matlab syntax specification expression, but that you do not write 2x 2* x, not to our matlab mathematical expressions and expressions confused. It can be seen from the gif, in the first edit enter a different function, there polynomial functions, exponential functions, trigonometric functions, logarithmic functions, axes can have the right graphics, the other with the use of other edit, draw piecewise function image. Therefore, it can be software or whether you are single function piecewise functions (4 or less) can be correctly drawn, of course, with a grid option, if you want to keep drawing the graphics,
Platform: | Size: 30720 | Author: ydb | Hits:

[Special Effectsgrid_segmentation

Description: 网格化分割,一种新颖的图像分割方法,对不同的图像源有着较好的普适性。-Grid partitioning, a novel image segmentation method, the image source has a different universal good.
Platform: | Size: 709632 | Author: 张小明 | Hits:

[matlabR14_MicroarrayImage_CaseStudy

Description: RNA 和 DNA序列模拟 基因建模 数值模拟 采用matlab 编写 能计算几千个 基因点的特性和行为-In one type of gene expression analysis, fluorescently tagged messenger RNA from different cells are hybridized to a microscopic array of thousands of complimentary DNA spots that correspond to different genes. Illuminated spots emit different color light, indicating which genes are expressed (e.g., green=control, red=sample, yellow=both). In this case study, MATLAB, the Image Processing and Signal Processing toolboxes were used to determine the green intensities from a small portion of a microarray image containing 4,800 spots. A 10x10 pattern of spots was detected by averaging rows and columns to produce horizontal and vertical profiles. Periodicity was determined automatically by autocorrelation and used to form an optimal length filter for morphological background removal. A rectangular grid of bounding boxes was defined. Each spot was individually addressed and segmented by thresholding to form a mask. The mask was used to isolate each spot from surrounding background. Individu
Platform: | Size: 4450304 | Author: Tu Shu | Hits:

[matlabmirt2D_mexinterp

Description: interpolates平面图像Z坐标点与习近平,易。 Z是假定被定义在定期间隔1点:1:M,N,N][M,地方=大小(Z)。 如果兮,易建联价值观是图像边界,把外面的NaNs在《紫。 Matlab函数是相似的土著 INTERP2字(Z =、烯、彝族、“线性”、南), 但多的主人。如果Z是矢量阵二维图像三维价值),然后反复讨论,interpolates:Z(:1)、Z(,,)、2)::::Z(,,,3),. .等。这部作品对每个图像interpolate速度比独立,例如 字,(1)::,Z(= INTERP2(1):、:、、烯,易建联) 字,(2):= INTERP2:,(Z(::,2),习近平,易建联) 字,(3)::,Z(= INTERP2,(3)::、、烯,易建联) 额外的速度增益系数从precomputation插值的,这是相同的所有图像。一套图像插值是有用的,如用于图像配准的,当一个人必须interpolate形象和梯度矢量价值或如RGB图像。 局限性:只工作对于图像在一个规则的网格,并且只有在线性插值方法。 出门的时候,可别忘了编译第一: mirt2D_mexinterp.cpp mex 享受吧!多见于我的主页。 https://sites.google.com/site/myronenko/ - ZI = mirt2D_mexinterp(Z,XI,YI) interpolates 2D image Z at the points with coordinates XI,YI. Z is assumed to be defined at regular spaced points 1:N, 1:M, where [M,N]=size(Z). If XI,YI values are outside the image boundaries, put NaNs in ZI. The function is similar to Matlab s native ZI = INTERP2(Z,XI,YI, linear ,NaN), but is much master. If Z is vector valued 2D image (3D array), then iteratively interpolates Z(:,:,1), Z(:,:,2),Z(:,:,3),.. etc. This works faster than to interpolate each image independently, such as ZI(:,:,1) = INTERP2(Z(:,:,1),XI,YI) ZI(:,:,2) = INTERP2(Z(:,:,2),XI,YI) ZI(:,:,3) = INTERP2(Z(:,:,3),XI,YI) The extra speed gain is from the precomputation of coefficients for interpolation, which are the same for all images. Interpolation of a set of images is useful, e.g. for image registration, when one has to interpolate image and its gradients or for vector valued images such as RGB. Limitations: only works for images on a regular grid,
Platform: | Size: 4096 | Author: abeaqhax | Hits:

[Graph programmatlab_toolbox_calib

Description: matlab标定工具箱,用于图像标定。 设置 1.File-set path-add folder 添加解压缩的工具箱路径 2.Current Directory:设置为要标定图片的文件夹路径 3.command window 键入 calib 调出标定工具箱 开始标定 read images-extract grid corners-calibration (此为内参数) Comp.Extrinsic 标定外参数 注意事项: 1.wintx winty是定义窗口大小。在鼠标点处为中心的窗口内搜索角点,一般设为默认值,直接回车。 2.在标完第一张图片角点后,Size dX of each square along the X direction ([]=100mm) 是指你实际标定板的方格长度。 3.一般左、右照片张数在20张左右为佳。-matlab calibration toolbox for image calibration. Set 1.File-set path-add folder to add the toolbox path decompress 2.Current Directory: set to the the the calibration picture file folder path 3.command window type read images-extract grid corners Calibration Toolbox begin calibration calib tune out-calibration (This is the parameter) Comp.Extrinsic calibration outside the parameters the Notes: 1.wintx winty is to define the size of the window. Search corner the mouse to point at the center of the window is usually set to the default value, just press Enter. 2 marked the first pictures corner, Size dX of each square along the X direction ([] = 100mm) refers to the length of your actual calibration panel box. 3. General left, the right number of photos in about 20 better.
Platform: | Size: 250880 | Author: mr.li | Hits:

[Software EngineeringDisplay-image-from-array---MATLAB-image

Description: image(C) displays the data in array C as an image. Each element of C specifies the color for one pixel of the image. The resulting image is an m-by-n grid of pixels where m is the number of columns and n is the number of rows in C. The row and column indices of the elements determine the centers of the corresponding pixels. image(x,y,C) specifies the image location. Use x and y to specify the locations of the corners corresponding to C(1,1) and C(m,n). To specify both corners, set x and y as two-element vectors. To specify the first corner and let image determine the other, set x and y as scalar values. The image is stretched and oriented as applicable.
Platform: | Size: 347136 | Author: ali | Hits:

[Other systemsnonrigid_version23

Description: MATLAB TOOLBOX FOR NONRIGID IMAGE REGISTRATION USING B SPLINE GRID FOR NON RIGID IMAGE DEFORMATION.CONSISTS OF MANY EXAMPLES IN 2D AND 3D
Platform: | Size: 1423360 | Author: v.r.s.mani | Hits:

[Graph Drawingmirone

Description: mirone是基于MATLAB的框架工具,允许大量的网格格式的显示和操作通过与GDAL库的接口。它的主要目的是为用户提供一个不寻常的易于使用的图形界面,更常用的程序的标准时间包。此外,它还提供了大量的工具,特别是专注于地球物理学和地球科学领域。其中,用户可以找到工具来完成多任务规划、弹性变形的研究,模拟海啸传播,IGRF计算和磁帕克倒置,欧拉旋转和欧拉计算,板块构造重建、地震震源机制分析和策划,先进的图像处理工具,等等。高质量的测绘和制图能力,保证CShell脚本和DOS批处理文件的自动生成。-Mirone is a MATLAB-based framework tool that allows the display and manipulation of a large number of grid formats through its interface with the GDAL library. Its main purpose is to provide users with an unusual easy-to-use graphical interface to the more commonly used programs of the GMT package. In addition it offers also a large number of tools that are particularly focused to the fields of geophysics and Earth Sciences. Among them, the user can find tools to do multibeam mission planning, elastic deformation studies, tsunami propagation modeling, IGRF computations and magnetic Parker inversions, Euler rotations and Euler poles computations, plate tectonic reconstructions, seismicity analysis and focal mechanism plotting, advanced image processing tools, etc... The high quality mapping and cartographic capabilities that made GMT known worldwide is guaranteed trough the Mirone’s capability of automatically generating GMT cshell scripts and dos batch files.
Platform: | Size: 27619328 | Author: 许明炬 | Hits:

[Othergrids_display

Description: gridsdisplay是一个MATLAB程序,它可以读取两个用2D或3D格式定义网格或稀疏网格的ASCII文件。第一个网格是用空心的蓝色点绘制的,而第二个网格则是用实心的红点绘制的。图像会自动保存到PNG文件中。((GRIDS_DISPLAY is a MATLAB program which can read two ASCII files defining grids or sparse grids in 2D or 3D. The first grid is plotted "lightly", in hollow blue dots, while the second is plotted with solid red dots. The image is automatically saved to a PNG file.))
Platform: | Size: 2048 | Author: 冬风 | Hits:

CodeBus www.codebus.net