[GRASS-SVN] r49454 - grass-addons/imagery/i.points.auto

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 00:59:15 EST 2011


Author: hamish
Date: 2011-11-30 21:59:15 -0800 (Wed, 30 Nov 2011)
New Revision: 49454

Modified:
   grass-addons/imagery/i.points.auto/Makefile
   grass-addons/imagery/i.points.auto/TODO
   grass-addons/imagery/i.points.auto/description.html
Log:
module doesn't use the standard parser, so auto-help-page building doesn't work, help page cleanup

Modified: grass-addons/imagery/i.points.auto/Makefile
===================================================================
--- grass-addons/imagery/i.points.auto/Makefile	2011-12-01 05:41:10 UTC (rev 49453)
+++ grass-addons/imagery/i.points.auto/Makefile	2011-12-01 05:59:15 UTC (rev 49454)
@@ -8,3 +8,8 @@
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
 default: cmd
+
+# override html target as module doesn't use the standard parser
+html:
+	$(MKDIR) $(GISBASE)/docs/html
+	$(INSTALL_DATA) description.html $(GISBASE)/docs/html/

Modified: grass-addons/imagery/i.points.auto/TODO
===================================================================
--- grass-addons/imagery/i.points.auto/TODO	2011-12-01 05:41:10 UTC (rev 49453)
+++ grass-addons/imagery/i.points.auto/TODO	2011-12-01 05:59:15 UTC (rev 49454)
@@ -1,5 +1,5 @@
 Compile with
-  make MODULE_TOPDIR=$HOME/grass63/
+  make MODULE_TOPDIR=$HOME/src/grass65/
 
 This code is basically an improved i.points (from 2004).
-Further changes in i.points haven's been ported here yet.
+Recent changes in i.points haven't been ported here yet.

Modified: grass-addons/imagery/i.points.auto/description.html
===================================================================
--- grass-addons/imagery/i.points.auto/description.html	2011-12-01 05:41:10 UTC (rev 49453)
+++ grass-addons/imagery/i.points.auto/description.html	2011-12-01 05:59:15 UTC (rev 49454)
@@ -1,55 +1,107 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>GRASS GIS manual: i.points.auto</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" href="grassdocs.css" type="text/css">
+</head>
+<body bgcolor="white">
+<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
+
+
+<h2>NAME</h2>
+<em><b>i.points.auto</b></em>
+
+
 <h2>DESCRIPTION</h2>
 
-This module allows a search of GCP's on two raster-maps with differents levels 
-of automation.
+This module allows a search of GCP's on two raster-maps with differents
+levels  of automation.
+<p>
+The manual search is the default search, so it's possible to determine
+the GCP's manually with the mouse.
 
-The manual search is the default search, so it's possible to
-determine the GCP's manually with the mouse.
 
-<b>Semiautomated-search</b>
-You have to determine with the mouse some corrispondent areas
-(with a discrete precision) in the two maps and the module searches the GCP's in these areas. 
+<h4>Semiautomated-search</h4>
 
-<b>Automated-search</b>
-At the start of module you have to load the maps that the algorithm uses to the search,
-so it's recommended to use the maps filtered with the filters DIVERSITY or STDDEV 
-(of GRASS) with a window of 3x3 or 5x5 pixels. However, the algorithm sometimes work
-well with the original maps too.
+You have to determine with the mouse some corrispondent areas (with a
+discrete precision) in the two maps and the module searches the GCP's in
+these areas. 
 
-You click the button Automated-Search and then you have to load the maps that you want to
-visualize at the end of the search (with the GCP's), usually they are the original maps.
 
-If the maps have strong geometric distortion and strong geometric differencies, maybe 
-the results of the search (with the default options) are not good, so you can click the 
-button LESS-GCP's and then repeat the operation. 
+<h4>Automated-search</h4>
+At the start of module you have to load the maps that the algorithm uses
+to the search, so it's recommended to use the maps filtered with the
+filters DIVERSITY or STDDEV  (of GRASS) with a window of 3x3 or 5x5
+pixels. However, the algorithm sometimes work well with the original
+maps too.
+<p>
+You click the button Automated-Search and then you have to load the maps
+that you want to visualize at the end of the search (with the GCP's),
+usually they are the original maps.
+<p>
+If the maps have strong geometric distortion and strong geometric
+differencies, maybe  the results of the search (with the default
+options) are not good, so you can click the  button LESS-GCP's and then
+repeat the operation. 
+<p>
+The Overlap-Points (O.P.) era two corresponding points (one for every
+maps) that is  used from the algorithm to determine the overlapping-area
+in the two maps. The Master-map is considered the map on the left, and
+the Slave-map is the map on the right.
+<p>
+Center, top, bottom, left, right are the position of the Master
+Overlap-Point (on the  left map) that will be searched on the Slave map
+(right map). Center is the point at the center of the map. Top, bottom,
+left, right are the position of the O.P. respect to the center of the
+map. If you choose one of these possibilities, then you have to  choose
+the shift from the center, measured in percentage of the dimensions of
+the map; there are two possibilities: 5% and 10%. This type of search is
+the most automated (fully-automated ).
+<p>
+If you choose -MARK SLAVE O.P.-, then the module visualizes a blue point
+at the center  of the master map, and you have to mark the corrispondent
+point on the slave map. You can use this function if the maps are
+overlapped for more of 50% and if the  algorithm doesn't have success in
+the fully-automated search.
+<p>
+If the maps have a overlapping area less of 50%, you can use the
+function -MARK M and S O.P.-. You have to mark a point in the master map
+and the corresponding point on the slave map.
+<p>
+At the end of search it's possible to exclude automatically the points
+not really  corresponding. This function use the rms with a threshold.
+The default-value for the threshold is 2.5, but (before to active the
+Auto-Exclusion) you can change it, chossing one of different proposed
+values; you can choose an arbitrary value with  click on -OTHER-, so you
+go on the shell and digit the value from keyboard and confirm  with
+ENTER.
 
-The Overlap-Points (O.P.) era two corresponding points (one for every maps) that is 
-used from the algorithm to determine the overlapping-area in the two maps.
-The Master-map is considered the map on the left, and the Slave-map is the map on the right.
+<h2>SEE ALSO</h2>
 
-Center, top, bottom, left, right are the position of the Master Overlap-Point (on the 
-left map) that will be searched on the Slave map (right map). Center is the point at the
-center of the map. Top, bottom, left, right are the position of the O.P. respect to
-the center of the map. If you choose one of these possibilities, then you have to 
-choose the shift from the center, measured in percentage of the dimensions of the map; there
-are two possibilities: 5% and 10%.
-This type of search is the most automated (fully-automated ).
+<em>i.points, i.vpoints, i.rectify, i.group</em> modules<BR>
 
-If you choose -MARK SLAVE O.P.-, then the module visualizes a blue point at the center 
-of the master map, and you have to mark the corrispondent point on the slave map.
-You can use this function if the maps are overlapped for more of 50% and if the 
-algorithm doesn't have success in the fully-automated search.
+<pre>
+Proceedings of the FOSS/GRASS Users Conference 2004 - Bangkok, Thailand, 12-14 September 2004
+New image processing tools for GRASS
+Markus Neteler, Daniel Grasso, Ivan Michelazzi, Luca Miori, Stefano Merler, Cesare Furlanello
+</pre>
+<a href="http://gisws.media.osaka-cu.ac.jp/grass04/viewpaper.php?id=37">Neteler_Talk_2004.pdf</a>
 
-If the maps have a overlapping area less of 50%, you can use the function -MARK M and S O.P.-.
-You have to mark a point in the master map and the corresponding point on the slave map.
 
-At the end of search it's possible to exclude automatically the points not really 
-corresponding. This function use the rms with a threshold. The default-value for
-the threshold is 2.5, but (before to active the Auto-Exclusion) you can change it,
-chossing one of different proposed values; you can choose an arbitrary value with 
-click on -OTHER-, so you go on the shell and digit the value from keyboard and confirm 
-with ENTER.
-
 <h2>AUTHOR</h2>
 
-<p><i>Last changed: $Date$</i></p>
+Based on <em>i.points</em> by
+ Michael Shapiro, U.S.Army Construction Engineering Research Laboratory<BR>
+additions by
+ Ivan Michelazzi, Luca Miori (MSc theses at ITC-irst)<BR>
+Supervisors: Markus Neteler, Stefano Merler, ITC-irst 2003, 2004
+
+<p>
+<i>Last changed: $Date$</i>
+
+<hr>
+<p><a href="index.html">Main index</a> - <a href="imagery.html">Imagery index</a> - <a href="full_index.html">Full index</a>
+<p>&copy; 1999-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a>
+</body>
+</html>



More information about the grass-commit mailing list