Search Algorithms Alternatives

Search implementations for solving 2D mazes with Java
Suggest Alternative
Alternatives To fti/Search-Algorithms
Project Name Stars Downloads Repos Using This Packages Using This Most Recent Commit Total Releases Latest Release Open Issues License Language
seung-lab/dijkstra3d 60 1 1 over 2 years ago 23 August 31, 2021 8 gpl-3.0 C++
Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes
quantumelixir/pathfinding 41 0 0 over 7 years ago 0 4 C++
Efficient C++ pathfinders on 2D grids using variations of A* search
ttezel/snake 25 53 2 about 11 years ago 1 May 30, 2012 0 JavaScript
A 2D maze solver
zntfdr/Sight 22 0 0 about 6 years ago 0 0 mit Swift
A spatial search μlibrary powered by GameplayKit 👾
fdyuandong/2D-3D-Point-Set-Registration-Based-on-Global-Rotation-Search 9 0 0 about 7 years ago 0 1 mit MATLAB
# 2D-3D Point Set Registration Based on Global Rotation Search # Copyright (C) 2018 Yinlong Liu@outlook.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # Any publications resulting from the use of this code should cite the # following paper: # Yinlong Liu, Yuan Dong, Zhijian Song and Manning Wang, "2D 3D Point Set Registration Based on Global Rotation_Search", IEEE Transactions on Image Processing (TIP) # # #==================Note================= # #1. First step->open demo_rot.m. It is a demo of Rotation Search in SO(3) for 2D-3D point set registration. # #2. The input data is set to a real circumstance that 3D point set is far away for projection plane, and in front of camera. Our method also can be applied to unusual condition that camera is surrounded by 3D point set, only if you make some fix. # #3. RotaionSearch.m is the kernel of algorithm. You can easily extend it to SE(3) searching by grid-search, while tuning parameters depends on your tasks. # #4. Fast and Global 2D-3D point set registration without correspondence is still an open problem and need further explorations. I am very happy that if you could benefit from our code. # # # Author: Yinlong Liu # Date: 20181218 # Revision: 1.0
fti/Search-Algorithms 6 0 0 almost 14 years ago 0 0 Java
Search implementations for solving 2D mazes with Java
Alternatives To fti/Search-Algorithms
Select To Compare
# 2D-3D Point Set Registration Based on Global Rotation Search # Copyright (C) 2018 Yinlong Liu@outlook.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # Any publications resulting from the use of this code should cite the # following paper: # Yinlong Liu, Yuan Dong, Zhijian Song and Manning Wang, "2D 3D Point Set Registration Based on Global Rotation_Search", IEEE Transactions on Image Processing (TIP) # # #==================Note================= # #1. First step->open demo_rot.m. It is a demo of Rotation Search in SO(3) for 2D-3D point set registration. # #2. The input data is set to a real circumstance that 3D point set is far away for projection plane, and in front of camera. Our method also can be applied to unusual condition that camera is surrounded by 3D point set, only if you make some fix. # #3. RotaionSearch.m is the kernel of algorithm. You can easily extend it to SE(3) searching by grid-search, while tuning parameters depends on your tasks. # #4. Fast and Global 2D-3D point set registration without correspondence is still an open problem and need further explorations. I am very happy that if you could benefit from our code. # # # Author: Yinlong Liu # Date: 20181218 # Revision: 1.0


Alternative Project Comparisons
Popular Search Projects
Popular 2d Graphics Projects
Popular Computer Science Categories
Related Searches
Get A Weekly Email With Trending Projects
No Spam. Unsubscribe easily at any time.
Privacy | About | Terms | Follow Us On Twitter

Downloads, Dependent Repos, Dependent Packages, Total Releases, Latest Releases data powered by Libraries.io.

Copyright 2018-2026 Awesome Open Source.  All rights reserved.