SkillAgentSearch skills...

EyeShopping

Android Vision Application (using OpenCV & NAVER Search API Shopping & Google Vision API) - Prototype(v0.2) Video Link : https://youtu.be/bql0_x7k1Ao

Install / Use

/learn @jmpaaak/EyeShopping
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EyeShopping

Android Vision Application (using OpenCV & NAVER Search API Shopping & Google Vision API)

0.  개발 현황 문서

  • https://docs.google.com/document/d/1IF6eLW5ZNtnwmZtMTDJ9yjxUs-sxSXTcpCODDcXYhn8/edit?usp=sharing

A. 개발환경 구축

  • git-flow error : https://community.atlassian.com/t5/Git-questions/How-do-I-resolve-the-not-a-gitflow-enabled-repo-error-when/qaq-p/211028
  • OpenCV import
    1. Android NDK, CMake, LLDB를 SDK manager를 통해 설치
    2. CMakeLists.txt를 app/ 에 만들어야함 Path 설정 시 \가 아닌 /에 주의
    3. CMakeLists.txt를 CMake 대상 파일로 지정 해야함 (..졸면서 해서 어떤 메뉴인지 정확히 기억이 안남) /dev-diary/android-studio-2-2%EC%97%90%EC%84%9C-opencv-3-1-%EC%84%B8%ED%8C%85%ED%95%98%EA%B8%B0
      • 참고자료
        • http://webnautes.tistory.com/1054
        • https://blog.qwaz.io

B. Core ex. of Object detection algo. (using openCV)

  • http://docs.opencv.org/2.4/doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.html#detectionofplanarobjects
  • http://docs.opencv.org/2.4/doc/tutorials/features2d/feature_homography/feature_homography.html#feature-homography : 구체적 코드 예제
    1. FLANN matcher : kd-tree(http://snisni.tistory.com/98) 로 빠른 매칭 수행

Related Skills

View on GitHub
GitHub Stars7
CategoryContent
Updated2y ago
Forks5

Languages

Java

Security Score

70/100

Audited on Sep 7, 2023

No findings