SYMBOL INDEX (145 symbols across 8 files) FILE: demo/src/main/java/org/buyun/alpr/AlprVideoSequentialActivity.java class AlprVideoSequentialActivity (line 19) | public class AlprVideoSequentialActivity extends AlprActivity { method onCreate (line 49) | @Override method onResume (line 59) | @Override method onDestroy (line 65) | @Override method getLayoutResId (line 71) | @Override method getJsonConfig (line 76) | @Override method isParallelDeliveryEnabled (line 121) | @Override method getDetectROI (line 124) | @Override FILE: demo/src/main/java/org/buyun/alpr/common/AlprActivity.java class AlprActivity (line 30) | public abstract class AlprActivity extends AppCompatActivity implements ... class MyUltAlprSdkParallelDeliveryCallback (line 42) | static class MyUltAlprSdkParallelDeliveryCallback extends AlprCallback { method setAlprPlateView (line 50) | void setAlprPlateView(@NonNull final AlprPlateView view) { method setImageSize (line 54) | void setImageSize(@NonNull final Size imageSize, @NonNull final int ... method setDurationTime (line 59) | void setDurationTime(final long totalDuration) { method onNewResult (line 63) | @Override method newInstance (line 70) | static MyUltAlprSdkParallelDeliveryCallback newInstance() { method onCreate (line 83) | @Override method onDestroy (line 114) | @Override method onResume (line 123) | @Override method onPause (line 130) | @Override method setAlprPlateView (line 137) | @Override method setImage (line 155) | @Override method getDebugInternalDataPath (line 232) | protected String getDebugInternalDataPath() { method getActivationServerUrl (line 241) | protected String getActivationServerUrl() { method getActivationMasterOrSlaveKey (line 245) | protected String getActivationMasterOrSlaveKey() { method getLayoutResId (line 253) | protected abstract int getLayoutResId(); method getJsonConfig (line 259) | protected abstract JSONObject getJsonConfig(); method isParallelDeliveryEnabled (line 263) | protected abstract boolean isParallelDeliveryEnabled(); method getDetectROI (line 265) | protected abstract List getDetectROI(); FILE: demo/src/main/java/org/buyun/alpr/common/AlprBackgroundTask.java class AlprBackgroundTask (line 7) | public class AlprBackgroundTask { method getHandler (line 12) | public synchronized final Handler getHandler() { method isRunning (line 15) | public synchronized final boolean isRunning() { return mHandler != nul... method start (line 17) | public synchronized void start(final String threadName) { method stop (line 26) | public synchronized void stop() { method post (line 40) | public synchronized void post(final Runnable r) { FILE: demo/src/main/java/org/buyun/alpr/common/AlprCameraFragment.java class AlprCameraFragment (line 52) | public class AlprCameraFragment extends Fragment method onOpened (line 124) | @Override method onDisconnected (line 132) | @Override method onError (line 139) | @Override method onImageAvailable (line 168) | @Override method AlprCameraFragment (line 216) | public AlprCameraFragment() { method AlprCameraFragment (line 220) | private AlprCameraFragment(final Size preferredSize, final AlprCameraF... method newInstance (line 230) | public static AlprCameraFragment newInstance(final Size preferredSize,... method onCreateView (line 234) | @Override method onViewCreated (line 240) | @Override method onActivityCreated (line 247) | @Override method onResume (line 252) | @Override method onPause (line 266) | @Override method requestCameraPermission (line 273) | private void requestCameraPermission() { method onRequestPermissionsResult (line 281) | @Override method showToast (line 299) | private void showToast(final String text) { method chooseOptimalSize (line 320) | private static Size chooseOptimalSize(final Size[] choices, final int ... method setUpCameraOutputs (line 365) | @SuppressWarnings("SuspiciousNameCombination") method openCamera (line 428) | private void openCamera(int width, int height) { method closeCamera (line 452) | private void closeCamera() { method startBackgroundThreads (line 484) | private void startBackgroundThreads() { method stopBackgroundThreads (line 493) | private void stopBackgroundThreads() { method createCameraCaptureSession (line 502) | private void createCameraCaptureSession() { type AlprCameraFragmentSink (line 573) | public static interface AlprCameraFragmentSink { method setAlprPlateView (line 579) | public void setAlprPlateView(@NonNull final AlprPlateView view); method setImage (line 586) | public void setImage(@NonNull final Image image, final int jpegOrien... class CompareSizesByArea (line 592) | static class CompareSizesByArea implements Comparator { method compare (line 594) | @Override class ErrorDialog (line 606) | public static class ErrorDialog extends DialogFragment { method newInstance (line 610) | public static ErrorDialog newInstance(String message) { method onCreateDialog (line 618) | @NonNull class ConfirmationDialog (line 638) | public static class ConfirmationDialog extends DialogFragment { method onCreateDialog (line 640) | @NonNull FILE: demo/src/main/java/org/buyun/alpr/common/AlprGLSurfaceView.java class AlprGLSurfaceView (line 22) | public class AlprGLSurfaceView extends GLSurfaceView implements GLSurfac... method AlprGLSurfaceView (line 122) | public AlprGLSurfaceView(android.content.Context context) { method AlprGLSurfaceView (line 127) | public AlprGLSurfaceView(android.content.Context context, android.util... method initGL (line 132) | private void initGL() { method setAspectRatio (line 156) | public void setAspectRatio(int width, int height) { method setImage (line 169) | public void setImage(final Image image, final int jpegOrientation){ method isReady (line 194) | public boolean isReady(){ method onMeasure (line 198) | @Override method surfaceCreated (line 214) | @Override method surfaceDestroyed (line 221) | @Override method onDrawFrame (line 231) | @Override method onSurfaceChanged (line 288) | @Override method onSurfaceCreated (line 294) | @Override method loadShader (line 361) | private int loadShader(int shaderType, String source) { method createProgram (line 378) | private int createProgram(String vertexSource, String fragmentSource) { method updateVertices (line 408) | private void updateVertices() { method checkGlError (line 446) | private void checkGlError(String op) { FILE: demo/src/main/java/org/buyun/alpr/common/AlprImage.java class AlprImage (line 7) | public class AlprImage { method AlprImage (line 12) | private AlprImage(final Image image) { method newInstance (line 18) | public static AlprImage newInstance(final Image image) { method getImage (line 22) | public final Image getImage() { method takeRef (line 27) | public AlprImage takeRef() { method releaseRef (line 36) | public void releaseRef() { method finalize (line 45) | @Override FILE: demo/src/main/java/org/buyun/alpr/common/AlprPlateView.java class AlprPlateView (line 28) | public class AlprPlateView extends View { method AlprPlateView (line 72) | public AlprPlateView(final Context context, final AttributeSet attrs) { method setDetectROI (line 138) | public void setDetectROI(final RectF roi) { mDetectROI = roi; } method setAspectRatio (line 145) | public void setAspectRatio(int width, int height) { method onMeasure (line 154) | @Override method setResult (line 176) | public synchronized void setResult(@NonNull final AlprResult result, @... method draw (line 184) | @Override FILE: demo/src/main/java/org/buyun/alpr/common/AlprUtils.java class AlprUtils (line 25) | public class AlprUtils { class AlprTransformationInfo (line 30) | public static class AlprTransformationInfo { method AlprTransformationInfo (line 36) | public AlprTransformationInfo(final int imageWidth, final int imageH... method transformX (line 45) | public float transformX(final float x) { return x * mRatio + mXOffse... method transformY (line 46) | public float transformY(final float y) { return y * mRatio + mYOffse... method transform (line 47) | public PointF transform(final PointF p) { return new PointF(transfor... method getXOffset (line 48) | public int getXOffset() { return mXOffset; } method getYOffset (line 49) | public int getYOffset() { return mYOffset; } method getRatio (line 50) | public float getRatio() { return mRatio; } method getWidth (line 51) | public int getWidth() { return mWidth; } method getHeight (line 52) | public int getHeight() { return mHeight; } class Car (line 55) | static class Car { class Attribute (line 56) | static class Attribute { method getKlass (line 61) | public int getKlass() { return mKlass; } method getName (line 62) | public String getName() { return mName; } method getConfidence (line 63) | public float getConfidence() { return mConfidence; } class MakeModelYear (line 65) | static class MakeModelYear { method getKlass (line 72) | public int getKlass() { return mKlass; } method getMake (line 73) | public String getMake() { return mMake; } method getModel (line 74) | public String getModel() { return mModel; } method getYear (line 75) | public String getYear() { return mYear; } method getConfidence (line 76) | public float getConfidence() { return mConfidence; } method getWarpedBox (line 85) | public float[] getWarpedBox() { return mWarpedBox; } method getConfidence (line 86) | public float getConfidence() { return mConfidence; } method getColors (line 87) | public List getColors() { return mColors; } method getBodyStyles (line 88) | public List getBodyStyles() { return mBodyStyles; } method getMakesModelsYears (line 89) | public List getMakesModelsYears() { return mMakes... class Country (line 95) | static class Country { method getKlass (line 103) | public int getKlass() { return mKlass; } method getCode (line 104) | public String getCode() { return mCode; } method getName (line 105) | public String getName() { return mName; } method getState (line 106) | public String getState() { return mState; } method getOther (line 107) | public String getOther() { return mOther; } method getConfidence (line 108) | public float getConfidence() { return mConfidence; } class Plate (line 114) | static class Plate { method getNumber (line 122) | public String getNumber() { return mNumber; } method getDetectionConfidence (line 123) | public float getDetectionConfidence() { return mDetectionConfidence; } method getRecognitionConfidence (line 124) | public float getRecognitionConfidence() { return mRecognitionConfide... method getWarpedBox (line 125) | public float[] getWarpedBox() { return mWarpedBox; } method getCountries (line 127) | public List getCountries() { return mCountries; } method getCar (line 128) | public Car getCar() { return mCar; } method extractFrameId (line 131) | static public final long extractFrameId(final AlprResult result) { method extractPlates (line 143) | static public final List extractPlates(final AlprResult result) { method getOrDefault (line 268) | public static V getOrDefault(@NonNull Map map, K key, V d... method assertIsOk (line 281) | static public final AlprResult assertIsOk(final AlprResult result) { method resultToString (line 293) | static public final String resultToString(final AlprResult result) { method readFileFromAssets (line 302) | static public FileChannel readFileFromAssets(final AssetManager assets...