MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
π‘
π ANPR (LPR) SDK
π§΅ Realtime Stitching SDK
π Persona PhotoBooth
π Contents table
π MareArts ➚
π¬ MareArts Live ➚
4/13/2023
Create the output folder if it doesn't exist, python example
refer to code:
.
# Create the output folder if it doesn't exist
output_folder
=
os
.
path
.
dirname
(
ioutput_file
)
os
.
makedirs
(
output_folder
,
exist_ok
=
True
)
..
Thank you.
ππ»♂️
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Real-time stitching multi-video to one screen
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
Deep learning study - logistic classifier #3
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
(Opencv Study) Orb gpu feature extraction and Matching (ORB_GPU, BruteForceMatcher_GPU example source code)
This is example source cod of ORB_GPU feature detection and matching. ORB feature is known extraction speed is faster than surf and sift. ...
Two Image mosaic (paranoma) based on SIFT / C++ source (OpenCV) / SIFT νΉμ§ μΆμΆκΈ°λ₯Ό μ΄μ©ν λμ₯μ μμμ λͺ¨μμ΅(νλΌλ Έλ§) μμμΌλ‘ λ§λ€κΈ°
Created Date : 2011.2 Language : C/C++ Tool : Microsoft Visual C++ 2010 Library & Utilized : OpenCV 2.2 Reference : Interent Refer...
Two view of cam to one screen using stitching algorithm(OpenCV, example source code), (mosaic)
This source code based on -> http://feelmare.blogspot.kr/2011/08/two-image-mosaic-paranoma-based-on-sift.html This link page introduces...
Dithering python opencv source code (Floyd–Steinberg dithering)
This is dithering example, it make image like a stippling effect. I referenced to blew website. wiki page: https://en.wikipedia.org/wik...
Deep learning study - minimizing cross entropy #6
Deep learning flow is like that. Expressed as a formula, It is D(S(Wx+b),L). So It is Multinational logistic classification. ...
Image warping (using opencv findHomography, warpPerspective)
fig 1. Left: set 4 points (Left Top, Right Top, Right Bottom, Left Bottom), right:warped image to (0,0) (300,0), (300,300), (0,300) Fi...
Understanding C++ Templates, (class, member function and this)
template < int INT> void AAA() { std::cout << "INT = " << INT << std::endl; } How to Call...
swin transformer v2 - model forward and export onnx
1. load pre-trained model 2. export onnx 3. load onnx refer to code: . import warnings from torch . jit import TracerWarning warnings . ...
No comments:
Post a Comment