MATLAB
Quebradawill
关注PRMLCV,希望多交流。
展开
-
Matlab读取UCI数据集Iris中数据
读取UCI数据集iris.data中数据:>> [attrib1, attrib2, attrib3, attrib4, class] = textread('data\iris.data', '%f%f%f%f%s', 'delimiter', ',');>> attrib = [attrib1'; attrib2'; attrib3'; attrib4']';>> a = zero原创 2013-02-26 22:59:43 · 17625 阅读 · 1 评论 -
20060925-Dilation, erosion, and the morphological gradient
原文:http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/原创 2014-05-15 23:09:52 · 1064 阅读 · 0 评论 -
20060727-Spatial transformations: Handling noninvertible cases
原文:http://blogs.mathworks.com/steve/2006/07/27/spatial-transformations-handling-noninvertible-cases/But what about noninvertible mappings? For example, the function cp2tform can produce several ty原创 2014-05-10 21:15:39 · 579 阅读 · 0 评论 -
20060801-Spatial transformations: Controlling the input and output grids with imtransform
原文:http://blogs.mathworks.com/steve/2006/08/01/spatial-transformations-controlling-the-input-and-output-grids-with-imtransform/原创 2014-05-11 12:11:33 · 635 阅读 · 0 评论 -
20060804-Spatial transformations: Defining and applying custom transforms
原文:http://blogs.mathworks.com/steve/2006/08/04/spatial-transformations-defining-and-applying-custom-transforms/原创 2014-05-11 21:29:24 · 614 阅读 · 0 评论 -
20060811-Discrete cosine transforms, JPEG, and software compatibility
原文:http://blogs.mathworks.com/steve/2006/08/11/discrete-cosine-transforms-jpeg-and-software-compatibility/原创 2014-05-11 22:20:00 · 635 阅读 · 0 评论 -
20060131-Spatial transformations: Terminology and notation
http://blogs.mathworks.com/images/steve/34/input_output_spaces.png原创 2014-04-27 09:47:37 · 679 阅读 · 0 评论 -
20060203-All about pixel colors: Truecolor and indexed images
Let's start by exploring MATLAB's two basic pixel-color display models:Matrix element values specify pixel colors directlyMatrix element values specify pixel colors indirectly, through the figure'原创 2014-04-27 14:18:40 · 761 阅读 · 0 评论 -
20060210-All about pixel colors: Scaled indexed images
原文:http://blogs.mathworks.com/steve/2006/02/10/all-about-pixel-colors-part-3/原创 2014-04-27 20:59:41 · 613 阅读 · 0 评论 -
20060817-Spatial transformations: Three-dimensional rotation
原文:原创 2014-05-12 22:51:00 · 691 阅读 · 0 评论 -
20060207-Spatial transformations: Affine
原文:http://blogs.mathworks.com/steve/2006/02/07/spatial-transformations-affine/原创 2014-04-27 17:30:24 · 596 阅读 · 0 评论 -
20070101-Superimposing line plots on images
原文:http://blogs.mathworks.com/steve/2007/01/01/superimposing-line-plots/To make sure the grid is visible over all pixel colors, I'll use the trick of superimposing two line objects with contrasting原创 2014-05-21 15:06:07 · 668 阅读 · 0 评论 -
20070306-Connected component labeling – Part 1
原文:http://blogs.mathworks.com/steve/2007/03/06/connected-component-labeling-part-1/bwlabel implements an operation known as connected component labeling, or sometimes blob labeling. So, wh原创 2015-01-24 21:29:59 · 648 阅读 · 0 评论 -
20060113-Synthesizing images using simple equations
原文:http://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/原创 2014-04-26 19:30:47 · 583 阅读 · 0 评论 -
20060509-A Lab-based uniform color scale
原文:http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/原创 2014-05-08 19:15:02 · 646 阅读 · 0 评论 -
20070224-ROIPOLY – rectangular regions and logical indexing
原文:http://blogs.mathworks.com/steve/2007/02/24/roipoly-rectangular-regions-and-logical-indexing/Rectangular regionsUsers sometimes wonder why poly2mask and roipoly don't return some of the bound原创 2015-01-22 21:00:16 · 682 阅读 · 0 评论 -
20070215-Costas arrays
原文:http://blogs.mathworks.com/steve/2007/02/15/costas-arrays/A Costas array is a permutation matrix. A permutation matrix contains 0s and 1s such that each row and each column contains only a single原创 2015-01-22 20:37:55 · 776 阅读 · 0 评论 -
20060707-Spatial transformations: Translation confusion
原文:http://blogs.mathworks.com/steve/2006/07/07/spatial-transformations-translation-confusion/原创 2014-05-09 23:07:49 · 618 阅读 · 0 评论 -
20060619-Hue shifts near the L*=0 axis
原文:http://blogs.mathworks.com/steve/2006/06/19/hue-shifts-near-the-l0-axis/原创 2014-05-09 23:03:24 · 638 阅读 · 0 评论 -
20060214-Spatial transformations: maketform, tformfwd, and tforminv
原文:http://blogs.mathworks.com/steve/2006/02/14/spatial-transformations-maketform-tformfwd-and-tforminv/原创 2014-04-29 16:50:20 · 1243 阅读 · 0 评论 -
20060217-All about pixel colors: Window-level and CLim
原文:http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/原创 2014-05-05 22:50:31 · 727 阅读 · 0 评论 -
20060303-Help! My publisher wants a 300 dpi TIFF
原文:http://blogs.mathworks.com/steve/2006/03/03/help-my-publisher-wants-a-300-dpi-tiff/原创 2014-05-07 09:23:06 · 639 阅读 · 0 评论 -
20060315-Quick tip: Use the functions true and false
原文:http://blogs.mathworks.com/steve/2006/03/15/quick-tip-use-the-functions-true-and-false/I saw some code recently that looked something like this:原创 2014-05-07 10:05:22 · 524 阅读 · 0 评论 -
20060228-Spatial transformations: Where is the input image?
原文:http://blogs.mathworks.com/steve/2006/02/28/spatial-transformations-where-is-the-input-image/First we have to answer a question that is often overlooked: Where is the input image? In other word原创 2014-05-07 09:04:34 · 549 阅读 · 0 评论 -
20060307-Spatial transformations: Useful toolbox documentation links
原文:http://blogs.mathworks.com/steve/2006/03/07/spatial-transformations-useful-toolbox-documentation-links/原创 2014-05-07 09:56:50 · 565 阅读 · 0 评论 -
20060224- All about pixel colors: Reference information
原文:http://blogs.mathworks.com/steve/2006/02/24/all-about-pixel-colors-reference-information/原创 2014-05-06 07:05:02 · 584 阅读 · 0 评论 -
20060328-Image overlays
原文:http://blogs.mathworks.com/steve/2006/03/28/image-overlays/Image Overlay原创 2014-05-07 10:17:44 · 737 阅读 · 0 评论 -
20060221-Tracing George
原文:http://blogs.mathworks.com/steve/2006/02/21/tracing-george/原创 2014-05-05 23:08:49 · 575 阅读 · 0 评论 -
20060405-All about pixel colors: Grayscale and binary images
原文:http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/原创 2014-05-07 20:54:48 · 688 阅读 · 0 评论 -
20060410-Quick tip: Determining uniqueness of local maximum
原文:http://blogs.mathworks.com/steve/2006/04/10/quick-tip-determining-uniqueness-of-neighborhood-maximum/原创 2014-05-07 21:48:03 · 537 阅读 · 0 评论 -
20060502-Fast local sums
原文:http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/原创 2014-05-07 22:18:41 · 741 阅读 · 0 评论 -
20060606-Batch processing
原文:http://blogs.mathworks.com/steve/2006/06/06/batch-processing/原创 2014-05-09 07:06:40 · 656 阅读 · 0 评论 -
20060602-Cell segmentation
原文:http://blogs.mathworks.com/steve/2006/06/02/cell-segmentation/原创 2014-05-08 22:39:07 · 1371 阅读 · 0 评论 -
20060610-Determining point positions in MRI peg phantom
原文:http://blogs.mathworks.com/steve/2006/06/10/determining-point-position-in-mri-phantom/原创 2014-05-09 16:38:09 · 662 阅读 · 0 评论 -
20060613-Spatial transformations: findbounds
原文:http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/原创 2014-05-09 16:56:31 · 610 阅读 · 0 评论 -
20070313-Connected component labeling – Part 2
原文:http://blogs.mathworks.com/steve/2007/03/13/connected-component-labeling-part-2/In this series I'm discussing different ways to compute the connected components of a binary image. Before I ge原创 2015-01-24 21:48:19 · 664 阅读 · 0 评论