vincestyling

Results 5 issues of vincestyling

下载 OpenCV 4.5.5 的 Sources 后再使用 misc 里的 opencv3-build.sh opencv3-strip.sh 来构建,完成后将 android_build/native/sdk/native 目录下的 3rdparty jni staticlibs 三个文件夹复制到 cpp/opencv 目录下,编译时报 **FaceMorphMe/morpher/src/main/cpp/morpher/MorpherApi.cpp:26:5: error: unknown type name 'CascadeClassifier'**,再去官网下载 `opencv-4.5.5-android-sdk.zip` 并提取里面的 3rdparty jni staticlibs...

this extension was great, it would be perfect if we can positioning vertical center

before i use MultiMarkdown to parse below table : ``` | ------------- | ------------- | | Content Cell | Content Cell | | Content Cell | Content Cell | ```...

enhancement

I cloned your repo and upgrade exoplayer to 2.14.2, encounter only 2 frames in retro mode, I debug the source code of exoplayer to 2.14.2, but nothing help to fix...

Hi, the decode step would cause ArrayIndexOutOfBoundsException sometime ```kotlin private const val MAX_STACK_SIZE = 4096 private val prefix = ShortArray(MAX_STACK_SIZE) fun decode(imageData: ByteArray, destination: ByteArray, pixelCount: Int) { val lzwMinimumCodeSize...