Home
last modified time | relevance | path

Searched refs:ihs (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dihs.cpp52 ihs user_algo{1u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}; in BOOST_AUTO_TEST_CASE()
55 BOOST_CHECK((user_algo.get_log() == ihs::log_type{})); in BOOST_AUTO_TEST_CASE()
92 BOOST_CHECK_THROW(ihs{15u}.evolve(pop), std::invalid_argument); in BOOST_AUTO_TEST_CASE()
115 ihs uda1{1000u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}; in BOOST_AUTO_TEST_CASE()
116 ihs uda2{1000u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}; in BOOST_AUTO_TEST_CASE()
128 ihs uda1{100u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}; in BOOST_AUTO_TEST_CASE()
137 ihs user_algo{1u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}; in BOOST_AUTO_TEST_CASE()
152 algorithm algo{ihs{100u, 0.85, 0.35, 0.99, 1e-5, 1., 42u}}; in BOOST_AUTO_TEST_CASE()
159 auto before_log = algo.extract<ihs>()->get_log(); in BOOST_AUTO_TEST_CASE()
172 auto after_log = algo.extract<ihs>()->get_log(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/in_hand_scanner/src/
H A Dmain_window.cpp61 pcl::ihs::MainWindow::MainWindow (QWidget* parent) in MainWindow()
147 pcl::ihs::MainWindow::~MainWindow () in ~MainWindow()
155 pcl::ihs::MainWindow::showHelp () in showHelp()
163 pcl::ihs::MainWindow::saveAs () in saveAs()
201 pcl::ihs::MainWindow::setXMin (const int x_min) in setXMin()
208 pcl::ihs::MainWindow::setXMax (const int x_max) in setXMax()
215 pcl::ihs::MainWindow::setYMin (const int y_min) in setYMin()
222 pcl::ihs::MainWindow::setYMax (const int y_max) in setYMax()
317 pcl::ihs::MainWindow::setEpsilon () in setEpsilon()
338 pcl::ihs::MainWindow::setMaxFitness () in setMaxFitness()
[all …]
H A Dicp.cpp56 pcl::ihs::ICP::ICP () in ICP()
72 pcl::ihs::ICP::setEpsilon (const float epsilon) in setEpsilon()
78 pcl::ihs::ICP::getEpsilon () const in getEpsilon()
92 pcl::ihs::ICP::getMaxIterations () const in getMaxIterations()
100 pcl::ihs::ICP::setMinOverlap (const float overlap) in setMinOverlap()
106 pcl::ihs::ICP::getMinOverlap () const in getMinOverlap()
120 pcl::ihs::ICP::getMaxFitness () const in getMaxFitness()
142 pcl::ihs::ICP::setMaxAngle (const float angle) in setMaxAngle()
148 pcl::ihs::ICP::getMaxAngle () const in getMaxAngle()
369 pcl::ihs::ICP::CloudNormalConstPtr
[all …]
H A Din_hand_scanner.cpp95 pcl::ihs::InHandScanner::~InHandScanner () in ~InHandScanner()
107 pcl::ihs::InHandScanner::startGrabber () in startGrabber()
115 pcl::ihs::InHandScanner::showUnprocessedData () in showUnprocessedData()
131 pcl::ihs::InHandScanner::showProcessedData () in showProcessedData()
147 pcl::ihs::InHandScanner::registerContinuously () in registerContinuously()
163 pcl::ihs::InHandScanner::registerOnce () in registerOnce()
178 pcl::ihs::InHandScanner::showModel () in showModel()
193 pcl::ihs::InHandScanner::removeUnfitVertices () in removeUnfitVertices()
217 pcl::ihs::InHandScanner::reset () in reset()
434 pcl::ihs::InHandScanner::drawText () in drawText()
[all …]
H A Dintegration.cpp53 pcl::ihs::Integration::Integration () in Integration()
450 pcl::ihs::Integration::getMaxSquaredDistance () const in getMaxSquaredDistance()
458 pcl::ihs::Integration::setMaxAngle (const float angle) in setMaxAngle()
460 max_angle_ = pcl::ihs::clamp (angle, 0.f, 180.f); in setMaxAngle()
464 pcl::ihs::Integration::getMaxAngle () const in getMaxAngle()
472 pcl::ihs::Integration::setMaxAge (const unsigned int age) in setMaxAge()
478 pcl::ihs::Integration::getMaxAge () const in getMaxAge()
492 pcl::ihs::Integration::getMinDirections () const in getMinDirections()
500 pcl::ihs::Integration::trimRGB (const float val) const in trimRGB()
508 pcl::ihs::Integration::addToMesh (const PointIHS& pt_0, in addToMesh()
[all …]
H A Dopengl_viewer.cpp440 pcl::ihs::OpenGLViewer::~OpenGLViewer () in ~OpenGLViewer()
593 pcl::ihs::OpenGLViewer::removeAllMeshes () in removeAllMeshes()
646 pcl::ihs::OpenGLViewer::stopTimer () in stopTimer()
676 pcl::ihs::OpenGLViewer::sizeHint () const in sizeHint()
693 pcl::ihs::OpenGLViewer::timerCallback () in timerCallback()
701 pcl::ihs::OpenGLViewer::resetCamera () in resetCamera()
744 pcl::ihs::OpenGLViewer::toggleColoring () in toggleColoring()
862 pcl::ihs::OpenGLViewer::calcPivot () in calcPivot()
883 pcl::ihs::OpenGLViewer::drawMeshes () in drawMeshes()
974 pcl::ihs::OpenGLViewer::drawBox () in drawBox()
[all …]
H A Dvisibility_confidence.cpp44 pcl::ihs::Dome::Dome () in Dome()
86 pcl::ihs::Dome::Vertices
87 pcl::ihs::Dome::getVertices () const in getVertices()
96 namespace ihs namespace
98 static const pcl::ihs::Dome dome;
105 pcl::ihs::addDirection (const Eigen::Vector4f& normal, in addDirection()
141 aligned_direction.transpose ().lazyProduct (pcl::ihs::dome.getVertices ()).maxCoeff (&index); in addDirection()
151 pcl::ihs::countDirections (const std::uint32_t directions) in countDirections()
H A Doffline_integration.cpp62 pcl::ihs::OfflineIntegration::OfflineIntegration (Base* parent) in OfflineIntegration()
82 pcl::ihs::OfflineIntegration::~OfflineIntegration () in ~OfflineIntegration()
92 pcl::ihs::OfflineIntegration::start () in start()
108 pcl::ihs::OfflineIntegration::computationThread () in computationThread()
184 pcl::ihs::OfflineIntegration::getFilesFromDirectory (const std::string& path_dir, in getFilesFromDirectory()
218 pcl::ihs::OfflineIntegration::loadTransform (const std::string& filename, in loadTransform()
253 pcl::ihs::OfflineIntegration::load (const std::string& filename, in load()
303 pcl::ihs::OfflineIntegration::paintEvent (QPaintEvent* event) in paintEvent()
330 pcl::ihs::OfflineIntegration::keyPressEvent (QKeyEvent* event) in keyPressEvent()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/
H A Din_hand_scanner.h62 namespace ihs
77 namespace ihs
88 using Base = pcl::ihs::OpenGLViewer;
89 using Self = pcl::ihs::InHandScanner;
95 using ICP = pcl::ihs::ICP;
99 using Integration = pcl::ihs::Integration;
204 using PointIHS = pcl::ihs::PointIHS;
205 using CloudIHS = pcl::ihs::CloudIHS;
206 using CloudIHSPtr = pcl::ihs::CloudIHSPtr;
209 using Mesh = pcl::ihs::Mesh;
[all …]
H A Dopengl_viewer.h58 namespace ihs
91 using PointIHS = pcl::ihs::PointIHS;
92 using CloudIHS = pcl::ihs::CloudIHS;
93 using CloudIHSPtr = pcl::ihs::CloudIHSPtr;
119 using Mesh = pcl::ihs::Mesh;
120 using MeshPtr = pcl::ihs::MeshPtr;
121 using MeshConstPtr = pcl::ihs::MeshConstPtr;
336 using PointIHS = pcl::ihs::PointIHS;
337 using CloudIHS = pcl::ihs::CloudIHS;
338 using CloudIHSPtr = pcl::ihs::CloudIHSPtr;
[all …]
H A Doffline_integration.h61 namespace ihs
73 namespace ihs
78 class PCL_EXPORTS OfflineIntegration : public pcl::ihs::OpenGLViewer
84 using Base = pcl::ihs::OpenGLViewer;
85 using Self = pcl::ihs::OfflineIntegration;
117 using Mesh = pcl::ihs::Mesh;
118 using MeshPtr = pcl::ihs::MeshPtr;
119 using MeshConstPtr = pcl::ihs::MeshConstPtr;
121 using Integration = pcl::ihs::Integration;
H A Dintegration.h55 namespace ihs
70 using Mesh = pcl::ihs::Mesh;
71 using MeshPtr = pcl::ihs::MeshPtr;
72 using MeshConstPtr = pcl::ihs::MeshConstPtr;
152 using PointIHS = pcl::ihs::PointIHS;
153 using CloudIHS = pcl::ihs::CloudIHS;
154 using CloudIHSPtr = pcl::ihs::CloudIHSPtr;
155 using CloudIHSConstPtr = pcl::ihs::CloudIHSConstPtr;
H A Dcommon_types.h51 namespace ihs
62 POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::ihs::_PointIHS,
74 POINT_CLOUD_REGISTER_POINT_WRAPPER (pcl::ihs::PointIHS, pcl::ihs::_PointIHS) in POINT_CLOUD_REGISTER_POINT_WRAPPER()
78 namespace ihs in POINT_CLOUD_REGISTER_POINT_WRAPPER()
H A Dinput_data_processing.h54 namespace ihs
120 inline void setHMin (const float h_min) {h_min_ = pcl::ihs::clamp (h_min, 0.f, 360.f);} in setHMin()
121 inline void setHMax (const float h_max) {h_max_ = pcl::ihs::clamp (h_max, 0.f, 360.f);} in setHMax()
122 inline void setSMin (const float s_min) {s_min_ = pcl::ihs::clamp (s_min, 0.f, 1.f);} in setSMin()
123 inline void setSMax (const float s_max) {s_max_ = pcl::ihs::clamp (s_max, 0.f, 1.f);} in setSMax()
124 inline void setVMin (const float v_min) {v_min_ = pcl::ihs::clamp (v_min, 0.f, 1.f);} in setVMin()
125 inline void setVMax (const float v_max) {v_max_ = pcl::ihs::clamp (v_max, 0.f, 1.f);} in setVMax()
H A Dmain_window.h58 namespace ihs
70 namespace ihs
78 using InHandScanner = pcl::ihs::InHandScanner;
79 using HelpWindow = pcl::ihs::HelpWindow;
H A Dicp.h53 namespace ihs
68 using Mesh = pcl::ihs::Mesh;
69 using MeshPtr = pcl::ihs::MeshPtr;
70 using MeshConstPtr = pcl::ihs::MeshConstPtr;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c227 int cpy2_sz = ihs - cpy1_sz; in mlx5e_insert_vlan()
281 u16 ihs; in mlx5e_tx_get_gso_ihs() local
296 return ihs; in mlx5e_tx_get_gso_ihs()
351 u16 ihs; member
396 .ihs = ihs, in mlx5e_sq_xmit_prepare()
409 .ihs = ihs, in mlx5e_sq_xmit_prepare()
433 if (attr->ihs) { in mlx5e_sq_calc_wqe_attr()
526 if (attr->ihs) { in mlx5e_sq_xmit_wqe()
748 attr.ihs))) in mlx5e_xmit()
1008 if (attr->ihs) { in mlx5i_sq_calc_wqe_attr()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c227 int cpy2_sz = ihs - cpy1_sz; in mlx5e_insert_vlan()
281 u16 ihs; in mlx5e_tx_get_gso_ihs() local
296 return ihs; in mlx5e_tx_get_gso_ihs()
351 u16 ihs; member
396 .ihs = ihs, in mlx5e_sq_xmit_prepare()
409 .ihs = ihs, in mlx5e_sq_xmit_prepare()
433 if (attr->ihs) { in mlx5e_sq_calc_wqe_attr()
526 if (attr->ihs) { in mlx5e_sq_xmit_wqe()
748 attr.ihs))) in mlx5e_xmit()
1008 if (attr->ihs) { in mlx5i_sq_calc_wqe_attr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c227 int cpy2_sz = ihs - cpy1_sz; in mlx5e_insert_vlan()
281 u16 ihs; in mlx5e_tx_get_gso_ihs() local
296 return ihs; in mlx5e_tx_get_gso_ihs()
351 u16 ihs; member
396 .ihs = ihs, in mlx5e_sq_xmit_prepare()
409 .ihs = ihs, in mlx5e_sq_xmit_prepare()
433 if (attr->ihs) { in mlx5e_sq_calc_wqe_attr()
526 if (attr->ihs) { in mlx5e_sq_xmit_wqe()
748 attr.ihs))) in mlx5e_xmit()
1008 if (attr->ihs) { in mlx5i_sq_calc_wqe_attr()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/apps/ossim-band-merge/
H A Dossim-band-merge.cpp132 ossimConnectableObject::ConnectableObjectList ihs; in main() local
137 ihs.push_back(ossimImageHandlerRegistry::instance()->open(f)); in main()
149 ossimRefPtr<ossimBandMergeSource> bm = new ossimBandMergeSource(ihs); in main()
156 ossimConnectableObject::ConnectableObjectList::iterator i = ihs.begin(); in main()
157 while (i != ihs.end()) in main()
282 ossimConnectableObject::ConnectableObjectList::iterator it = ihs.begin(); in main()
283 while (it != ihs.end()) in main()
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dihs.cpp51 ihs::ihs(unsigned gen, double phmcr, double ppar_min, double ppar_max, double bw_min, double bw_max… in ihs() function in pagmo::ihs
75 population ihs::evolve(population pop) const in evolve()
214 void ihs::set_seed(unsigned seed) in set_seed()
226 std::string ihs::get_extra_info() const in get_extra_info()
242 void ihs::serialize(Archive &ar, unsigned) in serialize()
248 void ihs::log_a_line(const population &pop, unsigned &count, unsigned long long fevals0, double ppa… in log_a_line()
322 PAGMO_S11N_ALGORITHM_IMPLEMENT(pagmo::ihs)
/dports/java/apache-bcel/bcel-6.4.1/src/examples/
H A Dhelloify.java110 final InstructionHandle[] ihs = il.getInstructionHandles(); in helloifyMethod() local
113 for (int j = 1; j < ihs.length; j++) { in helloifyMethod()
114 if (ihs[j].getInstruction() instanceof INVOKESPECIAL) { in helloifyMethod()
115 il.append(ihs[j], patch); // Should check: method name == "<init>" in helloifyMethod()
120 il.insert(ihs[0], patch); in helloifyMethod()
/dports/devel/etcd31/etcd-3.1.20/pkg/osutil/
H A Dinterrupt_unix.go54 ihs := make([]InterruptHandler, len(interruptHandlers))
55 copy(ihs, interruptHandlers)
62 for _, h := range ihs {
/dports/devel/etcd/etcd-2.3.8/pkg/osutil/
H A Dinterrupt_unix.go54 ihs := make([]InterruptHandler, len(interruptHandlers))
55 copy(ihs, interruptHandlers)
62 for _, h := range ihs {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/pkg/osutil/
H A Dinterrupt_unix.go54 ihs := make([]InterruptHandler, len(interruptHandlers))
55 copy(ihs, interruptHandlers)
62 for _, h := range ihs {

12345678910>>...14