MCPcopy Index your code
hub / github.com/danielenapo/Rubik-s-cube-solver

github.com/danielenapo/Rubik-s-cube-solver @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
4,536 symbols 8,215 edges 162 files 883 documented · 19%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

app cubo di rubik

App Android che risolve il cubo di Rubik. Permette la scansione delle facce con telecamera con OpenCV, la risoluzione in meno mosse possibili (tramite un algoritmo) e la visualizzazione delle mosse con vista 3D del cubo tramite OpenGL.

Extension points exported contracts — how you extend this code

CvCameraViewFrame (Interface)
This class interface is abstract representation of single frame from camera for onCameraFrame callback Attention: Do not [4 …
java/src/main/java/org/opencv/android/CameraBridgeViewBase.java
CvCameraViewListener2 (Interface)
(no doc) [4 implementers]
java/src/main/java/org/opencv/android/CameraBridgeViewBase.java
LoaderCallbackInterface (Interface)
Interface for callback object in case of asynchronous initialization of OpenCV. [2 implementers]
java/src/main/java/org/opencv/android/LoaderCallbackInterface.java
OpenCVInterface (Interface)
Dummy interface to allow some integration testing within OSGi implementation. [1 implementers]
java/src/main/java/org/opencv/osgi/OpenCVInterface.java
ListItemAccessor (Interface)
(no doc) [3 implementers]
java/src/main/java/org/opencv/android/CameraBridgeViewBase.java

Core symbols most depended-on inside this repo

vector_Mat_to_Mat
called by 136
java/src/main/java/org/opencv/utils/Converters.java
release
called by 93
java/src/main/java/org/opencv/core/Mat.java
Mat_to_vector_Mat
called by 76
java/src/main/java/org/opencv/utils/Converters.java
get
called by 67
java/src/main/java/org/opencv/core/Mat.java
size
called by 58
java/src/main/java/org/opencv/core/Mat.java
channels
called by 49
java/src/main/java/org/opencv/core/CvType.java
put
called by 40
java/src/main/java/org/opencv/core/Mat.java
checkVector
called by 39
java/src/main/java/org/opencv/core/Mat.java

Shape

Method 4,360
Class 167
Interface 8
Function 1

Languages

Java100%
C++1%

Modules by API surface

java/src/main/java/org/opencv/imgproc/Imgproc.java417 symbols
java/src/main/java/org/opencv/core/Core.java325 symbols
java/src/main/java/org/opencv/calib3d/Calib3d.java272 symbols
java/src/main/java/org/opencv/core/Mat.java125 symbols
java/src/main/java/org/opencv/photo/Photo.java115 symbols
java/src/main/java/org/opencv/ml/TrainData.java93 symbols
java/src/main/java/org/opencv/objdetect/HOGDescriptor.java83 symbols
java/src/main/java/org/opencv/features2d/Params.java79 symbols
java/src/main/java/org/opencv/dnn/Dnn.java78 symbols
java/src/main/java/org/opencv/ml/ANN_MLP.java73 symbols
java/src/main/java/org/opencv/dnn/Net.java71 symbols
java/src/main/java/org/opencv/ml/SVM.java67 symbols

For agents

$ claude mcp add Rubik-s-cube-solver \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page