<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Creo que lo que buscas es erosionar tus líneas y lo puedes hacer con sextante. En el taller de las V jornadas de gvSIG debería haber un video en el cual se muestra un ejemplo.</div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">De la ayuda de sextante:</span></span></div></span></span><br class="Apple-interchange-newline">
</div><div><h1 align="left">&nbsp;&nbsp; &nbsp; &nbsp; Erosión/Dilatación
    </h1>
    <h2 align="left">
      Descripción
    </h2><p align="left">
      This algorithm performs morphological operations (erosion and dilation) 
      on an image.<br><br>Erosion to reduce shape size, whereas dilation 
      increases it. That is, erosion removes cells of the boundaries of 
      objects in a image, while dilation adds celss to the boundaries of 
      objects.<br><br>The following figure shows the effect of applying both 
      an erosion (a) and a dilation operation (b).<br><br>
    </p><div>
      
    <br class="webkit-block-placeholder"></div>
    <center>
      <img src="file:////Applications/gvSIG-1.11.0-RC1.app/Contents/Resources/Java/gvSIG/extensiones/es.unex.sextante/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation/erosion_dilatacion_imgBase.jpg">
      <br>
      
    </center><div>
      
    <br class="webkit-block-placeholder"></div>
    <center>
      <img src="file:////Applications/gvSIG-1.11.0-RC1.app/Contents/Resources/Java/gvSIG/extensiones/es.unex.sextante/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation/erosion_dilatacion_salidas.jpg">
      <br>
      
    </center>
    <h2 align="left">
      Parámetros
    </h2>
    <ul>
      <li>
        <b>Imagen[Capa raster]: </b>input image. Cells with valid values 
        represent objects (foreground). No-data cells represent background 
        cells.
      </li>
      <li>
        <b>Operación[Selección]: </b>to choose between:<br>

        <ul>
          <li>
            Erosion<br>
          </li>
          <li>
            Dilation
          </li>
        </ul>
      </li>
      <li>
        <b>Radio[Valor numérico]: </b>the radius of the analysis window. 
        It controls the amount of erosion/dilation to be applied
      </li>
    </ul>
    <h2 align="left">
      Salidas
    </h2><div>
      
    <br class="webkit-block-placeholder"></div>
    <ul>
      <li>
        <b>Erosión/Dilatación[Capa raster]: </b>
      </li>
    </ul>
    <h2 align="left">
      Información adicional
    </h2><div>
      
    <br class="webkit-block-placeholder"></div>
    <h2 align="left">
      Línea de comandos
    </h2>
    <font face="courier">Usage: runalg( "erosiondilation",<br>&nbsp; &nbsp; &nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LAYER[Raster Layer],<br>&nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OPERATION[Selection],<br>&nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RADIUS[Numerical Value],<br>&nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RESULT[output raster layer],<br>&nbsp; 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; );</font><div>
      
    <br class="webkit-block-placeholder"></div><p align="left">
      <i>Algoritmo creado por Victor Olaya</i>
    </p><p align="left">
      <i>Ayuda creada por Victor Olaya</i>
    </p>
  
</div>
<br><div><div>On Jul 19, 2011, at 4:25 PM, Elisaury Suarez wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Saludos<br><br>Estoy vectorizando unas Hojas Topográficas, el objetivo es obtener las<br>curvas de nivel,el problemas es que el resultado de mis curvas vectorizada<br>es que la lineas son demasiadas gruesas de hecho me sale en forma de<br>polígono.Me pregunto si existe alguna forma de que la vectorizacion me<br>reduzca el grosor de la linea<br><br>--<br>View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Vectorizacion-tp6598961p6598961.html">http://osgeo-org.1803224.n2.nabble.com/Vectorizacion-tp6598961p6598961.html</a><br>Sent from the gvSIG usuarios mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>gvSIG_usuarios mailing list<br><a href="mailto:gvSIG_usuarios@listserv.gva.es">gvSIG_usuarios@listserv.gva.es</a><br><br>Para ver histórico de mensajes, editar sus preferencias de usuario o darse de baja en esta lista, acuda a la siguiente dirección:<br><br>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios<br><br></div></blockquote></div><br></body></html>