-
[github] Added actions for stale issues #693
-
[CI] Travis: add build matrix with cuda #638
-
[WIP] Texturing: generate normal maps and height maps #578
-
WIP [multiview] Addition of 10 points relative pose solver #474 Description
Addition of 10 points relative pose solver (F10)
{ | |
"header": { | |
"pipelineVersion": "2.2", | |
"releaseVersion": "2023.1.0", | |
"fileVersion": "1.1", | |
"template": true, | |
"nodesVersions": { | |
"PrepareDenseScene": "3.0", | |
"CameraInit": "9.0", | |
"DepthMap": "3.0", |
non-medical image registration
Multi-temporal Remote Sensing Image Registration Using Deep Convolutional Features
A image registration method using convolutional neural network features written in Python2, Tensorflow API r1.5.0.
https://github.com/kmkolasinski/AwesomeBump
What can AwesomeBump do?
convert from normal map to height map,
convert from height map (bump map) to normal map,
extract the bump from the arbitrary image,
calculate ambient occlusion and specularity of image.
https://medium.com/analytics-vidhya/introduction-to-orb-oriented-fast-and-rotated-brief-4220e8ec40cf
https://medium.com/@vad710/cv-for-busy-developers-describing-features-49530f372fbb
https://www.reddit.com/r/computervision/comments/fednny/sift_patent_expires_today/
https://www.pyimagesearch.com/2015/04/13/implementing-rootsift-in-python-and-opencv/
https://www.robots.ox.ac.uk/~vgg/publications/2012/Arandjelovic12/presentation.pdf
# imagemasking.py by ALfuhrmann https://github.com/alicevision/meshroom/issues/188 | |
from __future__ import print_function | |
__version__ = "1.0" | |
from meshroom.core import desc | |
import json | |
import numpy as np | |
import glob |
How the nodes work (reconstructed, personal project) | |
CC BY-SA | |
## CameraInit | |
reads image metadata | |
sensor width lookup | |
Calculates viewpoints.sfm with image metadata and Intrinsics |