Home
last modified time | relevance | path

Searched refs:distM (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/flexcube/
H A Denvironment.py78 self.distM = self.springM.copy() #distance matrix
80 …self.mySensors.updateSensor(self.pos, self.vel, self.distM, self.centerOfGrav, self.step, self.act…
100 …self.mySensors.updateSensor(self.pos, self.vel, self.distM, self.centerOfGrav, self.step, self.act…
116 distM = self.distM.copy()
117 disM = self.springM - distM #difference between wanted spring lengths and current ones
120 distM = distM + 0.0000000001 #hack to prevent divs by 0
124 vel = self.difM / distM
152 self.distM = sqrt((self.difM ** 2).sum(axis=1)).reshape(64, 1) #distance matrix
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidBlendRemoval.cpp147 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
183 distM=ADMImage::lumaDiff(src,rebuild,_param->noise); in getFrameNumberNoAlloc()
199 distM/=medium; in getFrameNumberNoAlloc()
205 …if(distM<_param->threshold && medium>_param->identical) // medium is how close pictures are, too c… in getFrameNumberNoAlloc()
227 sprintf(txt," M %02.1f",distM); in getFrameNumberNoAlloc()
H A DADM_vidHardIvtcRemoval.cpp306 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
376 distM=ADMImage::lumaDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
383 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
385 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
386 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidBlendRemoval.cpp147 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
183 distM=ADMImage::lumaDiff(src,rebuild,_param->noise); in getFrameNumberNoAlloc()
199 distM/=medium; in getFrameNumberNoAlloc()
205 …if(distM<_param->threshold && medium>_param->identical) // medium is how close pictures are, too c… in getFrameNumberNoAlloc()
227 sprintf(txt," M %02.1f",distM); in getFrameNumberNoAlloc()
H A DADM_vidHardIvtcRemoval.cpp306 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
376 distM=ADMImage::lumaDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
383 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
385 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
386 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidBlendRemoval.cpp147 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
183 distM=ADMImage::lumaDiff(src,rebuild,_param->noise); in getFrameNumberNoAlloc()
199 distM/=medium; in getFrameNumberNoAlloc()
205 …if(distM<_param->threshold && medium>_param->identical) // medium is how close pictures are, too c… in getFrameNumberNoAlloc()
227 sprintf(txt," M %02.1f",distM); in getFrameNumberNoAlloc()
H A DADM_vidHardIvtcRemoval.cpp306 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
376 distM=ADMImage::lumaDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
383 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
385 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
386 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidBlendRemoval.cpp147 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
183 distM=ADMImage::lumaDiff(src,rebuild,_param->noise); in getFrameNumberNoAlloc()
199 distM/=medium; in getFrameNumberNoAlloc()
205 …if(distM<_param->threshold && medium>_param->identical) // medium is how close pictures are, too c… in getFrameNumberNoAlloc()
227 sprintf(txt," M %02.1f",distM); in getFrameNumberNoAlloc()
H A DADM_vidHardIvtcRemoval.cpp306 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
376 distM=ADMImage::lumaDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
383 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
385 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
386 else medium=distM; in getFrameNumberNoAlloc()
/dports/math/openturns/openturns-1.18/python/src/usecases/
H A Dviscous_free_fall.py92 self.distM = ot.Normal(80.0, 8.0)
97 [self.distZ0, self.distV0, self.distM, self.distC])
/dports/math/openturns/openturns-1.18/python/doc/examples/functional_modeling/field_functions/
H A Dplot_viscous_fall_field_function.py44 distM = ot.Normal(80.0, 8.0) variable
46 distribution = ot.ComposedDistribution([distZ0, distV0, distM, distC])
H A Dplot_viscous_fall_field_function_connection.py39 distM = ot.Normal(80.0, 8.0) variable
41 distribution = ot.ComposedDistribution([distZ0, distV0, distM, distC])
/dports/math/openturns/openturns-1.18/python/doc/examples/meta_modeling/fields_metamodels/
H A Dplot_viscous_fall_metamodel.py39 distM = ot.Normal(80.0, 8.0) variable
41 distribution = ot.ComposedDistribution([distZ0, distV0, distM, distC])
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp387 float distMerged, distN,distP,distM,distR; in getFrameNumberNoAlloc() local
437 distM=computeDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
444 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
446 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
447 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp387 float distMerged, distN,distP,distM,distR; in getFrameNumberNoAlloc() local
437 distM=computeDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
444 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
446 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
447 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp387 float distMerged, distN,distP,distM,distR; in getFrameNumberNoAlloc() local
437 distM=computeDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
444 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
446 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
447 else medium=distM; in getFrameNumberNoAlloc()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp387 float distMerged, distN,distP,distM,distR; in getFrameNumberNoAlloc() local
437 distM=computeDiff(src,srcP,_param->noise); in getFrameNumberNoAlloc()
444 if(distM>1&&distR>1) in getFrameNumberNoAlloc()
446 if(distM>distR) medium=distR; in getFrameNumberNoAlloc()
447 else medium=distM; in getFrameNumberNoAlloc()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_viscous_free_fall.py28 assert_almost_equal(vff.distM.getMean()[0], 80.0, 1e-12)
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-wheel4/
H A Dmodule-wheel4.cc614 Var_distM->put_rec((distM.pGetVec()), OH.GetCurrentStep()); in Output()
641 << " " << distM // 8-10: moment arm on ring in Output()
918 …Vec3 dRrM_dRvrx = distM.Cross(Vec3(dRr5_dRvr(1), dRr6_dRvr(1), dRr7_dRvr(1)))+ddistM_dRvx.Cross(F… in AssJac()
919 …Vec3 dRrM_dRvry = distM.Cross(Vec3(dRr5_dRvr(2), dRr6_dRvr(2), dRr7_dRvr(2)))+ddistM_dRvy.Cross(F… in AssJac()
920 …Vec3 dRrM_dRvrz = distM.Cross(Vec3(dRr5_dRvr(3), dRr6_dRvr(3), dRr7_dRvr(3)))+ddistM_dRvz.Cross(Fi… in AssJac()
949 …Vec3 dM_dVx = distM.Cross(Vec3(dFrintdVx(1),dFrintdVx(2),dFrintdVx(3)))+n*boolFn*(-pTr->dGet(dAlph… in AssJac()
1565distM = (RingRad + Xpar); // vector distance btwn ring center and patch // TODO: correct jacobian … in AssRes()
1566 ddistM = sqrt(distM.Dot()); in AssRes()
1677 …M = distM.Cross(Fint_ring+Fr) + Mz; // self-aligning torque is applied in the z-direction of the p… in AssRes()
1683 …M = distM.Cross(Fint_ring+Fr) - latRing*(R_e - ddistM)*Fint_ring.Dot(fwdRing) + Mz; // (with brake… in AssRes()
[all …]
H A Dmodule-wheel4.h124 …Vec3 distM; // the real physical distance between center of ring and patch after rotation of the p… variable
/dports/games/flightgear/flightgear-2020.3.11/src/AIModel/
H A DAIManager.cxx746 double distM = dist(aCartPos, aObject->getCartPos()); in calcRangeFt() local
747 return distM * SG_METER_TO_FEET; in calcRangeFt()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Navaids/
H A Dtest_flightplan.cxx279 double distM = SGGeodesy::distanceM(bne->geod(), civ->geod()); in testRoutePathBasic() local
283 …CPPUNIT_ASSERT_DOUBLES_EQUAL(distM, rtepath.distanceForIndex(4), 2000); // 2km precision, allow fo… in testRoutePathBasic()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_feature_alignment/
H A Dfeature_alignment.h927 … float distM = Distance(matches[level][curSolution[level]]->pos, matches[j][curSolution[j]]->pos); in MatchSolution() local
928 if( math::Abs(distF-distM)>errDist) return false; in MatchSolution()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Tdeint/
H A DADM_vidTdeint.cpp433 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Tdeint/
H A DADM_vidTdeint.cpp433 float distMerged, distN,distP,distM,distR,skip=0; in getFrameNumberNoAlloc() local

12