source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/zisserman/vgg_multiview/vgg_scatter_plot_homg.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

  • Property svn:executable set to *
File size: 229 bytes
Line 
1function vgg_scatter_plot_homg(homg_points, style)
2% vgg_scatter_plot_homg(homg_points, style)
3%
4% Scatter plot homogeneous points
5
6if nargin == 1, style = '+'; end
7
8vgg_scatter_plot(vgg_get_nonhomg(homg_points), style);
Note: See TracBrowser for help on using the repository browser.