<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
		<id>https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Calcolo_di_una_caratteristica_con_algoritmo_diverso</id>
		<title>Calcolo di una caratteristica con algoritmo diverso - Cronologia</title>
		<link rel="self" type="application/atom+xml" href="https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Calcolo_di_una_caratteristica_con_algoritmo_diverso"/>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Calcolo_di_una_caratteristica_con_algoritmo_diverso&amp;action=history"/>
		<updated>2026-04-09T14:20:52Z</updated>
		<subtitle>Cronologia della pagina su questo sito</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://it.arcowiki.com/index.php?title=Calcolo_di_una_caratteristica_con_algoritmo_diverso&amp;diff=42&amp;oldid=prev</id>
		<title>Slia: Creata pagina con &quot;To '''calculate a feature with different algorithm''' it is not necessary to re-measure the feature itself, but it is possible to re-fit using the existing points.&lt;br/&gt; This f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Calcolo_di_una_caratteristica_con_algoritmo_diverso&amp;diff=42&amp;oldid=prev"/>
				<updated>2018-06-01T10:22:53Z</updated>
		
		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;To &amp;#039;&amp;#039;&amp;#039;calculate a feature with different algorithm&amp;#039;&amp;#039;&amp;#039; it is not necessary to re-measure the feature itself, but it is possible to re-fit using the existing points.&amp;lt;br/&amp;gt; This f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To '''calculate a feature with different algorithm''' it is not necessary to re-measure the feature itself, but it is possible to re-fit using the existing points.&amp;lt;br/&amp;gt;&lt;br /&gt;
This functionality is typically used to build a feature from an existing point cloud or recalculate an element using a different fitting algorithm.&amp;lt;br/&amp;gt;&lt;br /&gt;
This statement is manually written without user interface.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Begin Example&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MODE/PROG,MAN&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(CIR_61)=FEAT/CIRCLE,INNER,CART,0,0,0,0,0,1,250&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MEAS/CIRCLE,F(CIR_61),100&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDMES&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$FILTERING&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(CIR_62)=FEAT/CIRCLE,INNER,CART,0,0,0,0,0,1,250&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;GEOALG/CIRCLE,LSTSQR,FILTER,CIRCULAR,LOWPASS,6.0,GAUSS&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CONST/CIRCLE,F(CIR_62),TR,FA(CIR_61)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$getting point number for the feature&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,pointNum&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$use this&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;pointNum=ASSIGN/PTDATA(FA(CIR_2111))&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$or this&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;pointNum=VALUE/FA(CIR_2111),PTDATA&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$refitting using MINCIR&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;GEOALG/CIRCLE,MINCIR&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(CIR_2F_MIN)=FEAT/CIRCLE,INNER,CART,0.0,0.0,16.0,0,0,1,32.0&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CONST/CIRCLE,F(CIR_2F_MIN),BF,FA(CIR_2111)[1],FA(CIR_2111)[2,pointNum]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$refitting using LEASTSQUARE&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;GEOALG/CIRCLE,LSTSQR&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(CIR_2F_least)=FEAT/CIRCLE,INNER,CART,0.0,0.0,16.0,0,0,1,32.0&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CONST/CIRCLE,F(CIR_2F_least),BF,FA(CIR_2111)[1],FA(CIR_2111)[2,pointNum]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$fitting plane using points from Circle&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(PLA_1)=FEAT/PLANE,CART,0.0,0.0,16.0,0,0,1&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CONST/PLANE,F(PLA_1),BF,FA(CIR_2111)[1],FA(CIR_2111)[2,pointNum]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[it:Calcolo di una caratteristica con algoritmo diverso]]&lt;br /&gt;
[[zh-cn:用不同算法计算特征]]&lt;br /&gt;
[[pt:Calculando um Recurso com Algoritmo Diferente]]&lt;br /&gt;
[[de:Berechnen eines Features mit anderem Algorithmus]]&lt;br /&gt;
[[es:Cálculo de una característica con algoritmo diferente]]&lt;br /&gt;
[[en:Calculating a Feature With Different Algorithm]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>