mv_machine_learning: rename file names
authorInki Dae <inki.dae@samsung.com>
Wed, 10 Jan 2024 06:36:35 +0000 (15:36 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 17 Jan 2024 04:19:59 +0000 (13:19 +0900)
commiteb2d65dd6e4cee21a97c69d9fbacec0eda17692d
tree2bdf55642da372c5ae84df9eaf20f11b49943500
parent7db97ca0b3d957b2444fa8e6ba685184c3c8af19
mv_machine_learning: rename file names

[Issue type] code clean

Rename file names of mv_machine_learning according to Tizen coding style
document.[1]

Below are rules used in this patch,
  - Class module refered by external modules uses "NanespaceClassname.*"
  - Class module used internally uses "Classname.*"
    . If "Classname" is duplicated with other task group then sub directory
  name can be added as a prefix.
  - Non class file referred by external modules uses "namespace_filename.*"
  - Non class file used internally uses "filename.*"
    . If "filename" is duplicated with other task group then sub directory
  name can be added as a prefix.

[1] https://wiki.tizen.org/Native_Platform_Coding_Idiom_and_Style_Guide

Change-Id: I0fe3a95a1b5b88b294e2d00ad1fe489143d6cd7d
Signed-off-by: Inki Dae <inki.dae@samsung.com>
109 files changed:
mv_machine_learning/common/CMakeLists.txt
mv_machine_learning/common/include/AsyncManager.h [moved from mv_machine_learning/common/include/async_manager.h with 99% similarity]
mv_machine_learning/common/include/Context.h [moved from mv_machine_learning/common/include/context.h with 97% similarity]
mv_machine_learning/common/include/ITask.h [moved from mv_machine_learning/common/include/itask.h with 97% similarity]
mv_machine_learning/common/include/MvMlConfig.h [moved from mv_machine_learning/common/include/machine_learning_config.h with 91% similarity]
mv_machine_learning/common/include/MvMlException.h [moved from mv_machine_learning/common/include/machine_learning_exception.h with 94% similarity]
mv_machine_learning/common/include/common.h [moved from mv_machine_learning/common/include/mv_machine_learning_common.h with 95% similarity]
mv_machine_learning/common/include/keys.h [moved from mv_machine_learning/common/include/machine_learning_key.h with 96% similarity]
mv_machine_learning/common/include/mv_ml_types.h [moved from mv_machine_learning/common/include/MachineLearningType.h with 92% similarity]
mv_machine_learning/common/include/native_capi.h [moved from mv_machine_learning/common/include/MachineLearningNative.h with 94% similarity]
mv_machine_learning/common/meta/include/MvMlPreprocess.h [moved from mv_machine_learning/common/meta/include/machine_learning_preprocess.h with 94% similarity]
mv_machine_learning/common/meta/include/meta_common.h [moved from mv_machine_learning/common/meta/include/common.h with 96% similarity]
mv_machine_learning/common/meta/src/MetaParser.cpp
mv_machine_learning/common/meta/src/MvMlPreprocess.cpp [moved from mv_machine_learning/common/meta/src/machine_learning_preprocess.cpp with 98% similarity]
mv_machine_learning/common/meta/src/PostprocessParser.cpp
mv_machine_learning/common/src/MvMlConfig.cpp [moved from mv_machine_learning/common/src/machine_learning_config.cpp with 77% similarity]
mv_machine_learning/common/src/native_capi.cpp [moved from mv_machine_learning/common/src/MachineLearningNative.cpp with 98% similarity]
mv_machine_learning/face_recognition/include/FaceRecognition.h [moved from mv_machine_learning/face_recognition/include/face_recognition.h with 95% similarity]
mv_machine_learning/face_recognition/include/FaceRecognitionAdapter.h [moved from mv_machine_learning/face_recognition/include/face_recognition_adapter.h with 97% similarity]
mv_machine_learning/face_recognition/include/FaceRecognitionDSM.h [moved from mv_machine_learning/face_recognition/include/face_recognition_dsm.h with 94% similarity]
mv_machine_learning/face_recognition/include/FaceRecognitionFVM.h [moved from mv_machine_learning/face_recognition/include/face_recognition_fvm.h with 96% similarity]
mv_machine_learning/face_recognition/include/Facenet.h [moved from mv_machine_learning/face_recognition/include/facenet.h with 95% similarity]
mv_machine_learning/face_recognition/include/FacenetAdapter.h [moved from mv_machine_learning/face_recognition/include/facenet_adapter.h with 95% similarity]
mv_machine_learning/face_recognition/include/FacenetParser.h [moved from mv_machine_learning/face_recognition/include/facenet_parser.h with 100% similarity]
mv_machine_learning/face_recognition/include/SimpleShot.h [moved from mv_machine_learning/face_recognition/include/simple_shot.h with 97% similarity]
mv_machine_learning/face_recognition/src/FaceRecognition.cpp [moved from mv_machine_learning/face_recognition/src/face_recognition.cpp with 99% similarity]
mv_machine_learning/face_recognition/src/FaceRecognitionAdapter.cpp [moved from mv_machine_learning/face_recognition/src/face_recognition_adapter.cpp with 98% similarity]
mv_machine_learning/face_recognition/src/FaceRecognitionDSM.cpp [moved from mv_machine_learning/face_recognition/src/face_recognition_dsm.cpp with 98% similarity]
mv_machine_learning/face_recognition/src/FaceRecognitionFVM.cpp [moved from mv_machine_learning/face_recognition/src/face_recognition_fvm.cpp with 97% similarity]
mv_machine_learning/face_recognition/src/Facenet.cpp [moved from mv_machine_learning/face_recognition/src/facenet.cpp with 99% similarity]
mv_machine_learning/face_recognition/src/FacenetAdapter.cpp [moved from mv_machine_learning/face_recognition/src/facenet_adapter.cpp with 97% similarity]
mv_machine_learning/face_recognition/src/FacenetParser.cpp [moved from mv_machine_learning/face_recognition/src/facenet_parser.cpp with 94% similarity]
mv_machine_learning/face_recognition/src/mv_face_recognition.cpp
mv_machine_learning/face_recognition/src/simple_shot.cpp
mv_machine_learning/image_classification/include/IImageClassification.h [moved from mv_machine_learning/image_classification/include/iimage_classification.h with 100% similarity]
mv_machine_learning/image_classification/include/ImageClassification.h [moved from mv_machine_learning/image_classification/include/image_classification.h with 90% similarity]
mv_machine_learning/image_classification/include/ImageClassificationAdapter.h [moved from mv_machine_learning/image_classification/include/image_classification_adapter.h with 91% similarity]
mv_machine_learning/image_classification/include/ImageClassificationDefault.h [moved from mv_machine_learning/image_classification/include/image_classification_default.h with 91% similarity]
mv_machine_learning/image_classification/include/image_classification_type.h
mv_machine_learning/image_classification/src/ImageClassification.cpp [moved from mv_machine_learning/image_classification/src/image_classification.cpp with 97% similarity]
mv_machine_learning/image_classification/src/ImageClassificationAdapter.cpp [moved from mv_machine_learning/image_classification/src/image_classification_adapter.cpp with 96% similarity]
mv_machine_learning/image_classification/src/ImageClassificationDefault.cpp [moved from mv_machine_learning/image_classification/src/image_classification_default.cpp with 94% similarity]
mv_machine_learning/image_classification/src/ImageClassificationParser.cpp
mv_machine_learning/image_classification/src/mv_image_classification.cpp
mv_machine_learning/image_segmentation/CMakeLists.txt
mv_machine_learning/image_segmentation/include/IImageSegmentation.h [moved from mv_machine_learning/image_segmentation/include/iimage_segmentation.h with 100% similarity]
mv_machine_learning/image_segmentation/include/ImageSegmentation.h [moved from mv_machine_learning/image_segmentation/include/image_segmentation.h with 90% similarity]
mv_machine_learning/image_segmentation/include/ImageSegmentationAdapter.h [moved from mv_machine_learning/image_segmentation/include/selfie_segmentation_adapter.h with 94% similarity]
mv_machine_learning/image_segmentation/include/ImageSegmentationExternal.h [moved from mv_machine_learning/image_segmentation/include/image_segmentation_external.h with 98% similarity]
mv_machine_learning/image_segmentation/include/ImageSegmentationParser.h [moved from mv_machine_learning/image_segmentation/include/image_segmentation_parser.h with 100% similarity]
mv_machine_learning/image_segmentation/include/image_segmentation_type.h
mv_machine_learning/image_segmentation/src/ImageSegmentation.cpp [moved from mv_machine_learning/image_segmentation/src/image_segmentation.cpp with 98% similarity]
mv_machine_learning/image_segmentation/src/ImageSegmentationAdapter.cpp [moved from mv_machine_learning/image_segmentation/src/selfie_segmentation_adapter.cpp with 96% similarity]
mv_machine_learning/image_segmentation/src/ImageSegmentationExternal.cpp [moved from mv_machine_learning/image_segmentation/src/image_segmentation_external.cpp with 97% similarity]
mv_machine_learning/image_segmentation/src/ImageSegmentationParser.cpp [moved from mv_machine_learning/image_segmentation/src/image_segmentation_parser.cpp with 93% similarity]
mv_machine_learning/image_segmentation/src/mv_selfie_segmentation.cpp
mv_machine_learning/landmark_detection/include/FacialLandmarkAdapter.h [moved from mv_machine_learning/landmark_detection/include/facial_landmark_adapter.h with 92% similarity]
mv_machine_learning/landmark_detection/include/FldTweakCnn.h [moved from mv_machine_learning/landmark_detection/include/fld_tweak_cnn.h with 94% similarity]
mv_machine_learning/landmark_detection/include/ILandmarkDetection.h [moved from mv_machine_learning/landmark_detection/include/ilandmark_detection.h with 100% similarity]
mv_machine_learning/landmark_detection/include/LandmarkDetection.h [moved from mv_machine_learning/landmark_detection/include/landmark_detection.h with 92% similarity]
mv_machine_learning/landmark_detection/include/PldCpm.h [moved from mv_machine_learning/landmark_detection/include/pld_cpm.h with 89% similarity]
mv_machine_learning/landmark_detection/include/PoseLandmarkAdapter.h [moved from mv_machine_learning/landmark_detection/include/pose_landmark_adapter.h with 92% similarity]
mv_machine_learning/landmark_detection/include/landmark_detection_type.h
mv_machine_learning/landmark_detection/src/FacialLandmarkAdapter.cpp [moved from mv_machine_learning/landmark_detection/src/facial_landmark_adapter.cpp with 97% similarity]
mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp [moved from mv_machine_learning/landmark_detection/src/fld_tweak_cnn.cpp with 96% similarity]
mv_machine_learning/landmark_detection/src/LandmarkDetection.cpp [moved from mv_machine_learning/landmark_detection/src/landmark_detection.cpp with 98% similarity]
mv_machine_learning/landmark_detection/src/LandmarkDetectionParser.cpp
mv_machine_learning/landmark_detection/src/PldCpm.cpp [moved from mv_machine_learning/landmark_detection/src/pld_cpm.cpp with 97% similarity]
mv_machine_learning/landmark_detection/src/PoseLandmarkAdapter.cpp [moved from mv_machine_learning/landmark_detection/src/pose_landmark_adapter.cpp with 97% similarity]
mv_machine_learning/landmark_detection/src/mv_facial_landmark.cpp
mv_machine_learning/landmark_detection/src/mv_pose_landmark.cpp
mv_machine_learning/object_detection/CMakeLists.txt
mv_machine_learning/object_detection/include/FaceDetectionAdapter.h [moved from mv_machine_learning/object_detection/include/face_detection_adapter.h with 93% similarity]
mv_machine_learning/object_detection/include/IObjectDetection.h [moved from mv_machine_learning/object_detection/include/iobject_detection.h with 100% similarity]
mv_machine_learning/object_detection/include/MobilenetV1Ssd.h [moved from mv_machine_learning/object_detection/include/mobilenet_v1_ssd.h with 94% similarity]
mv_machine_learning/object_detection/include/MobilenetV2Ssd.h [moved from mv_machine_learning/object_detection/include/mobilenet_v2_ssd.h with 95% similarity]
mv_machine_learning/object_detection/include/ObjectDetection.h [moved from mv_machine_learning/object_detection/include/object_detection.h with 92% similarity]
mv_machine_learning/object_detection/include/ObjectDetectionAdapter.h [moved from mv_machine_learning/object_detection/include/object_detection_adapter.h with 92% similarity]
mv_machine_learning/object_detection/include/ObjectDetectionExternal.h [moved from mv_machine_learning/object_detection/include/object_detection_external.h with 98% similarity]
mv_machine_learning/object_detection/include/object_detection_type.h
mv_machine_learning/object_detection/src/FaceDetectionAdapter.cpp [moved from mv_machine_learning/object_detection/src/face_detection_adapter.cpp with 96% similarity]
mv_machine_learning/object_detection/src/MobilenetV1Ssd.cpp [moved from mv_machine_learning/object_detection/src/mobilenet_v1_ssd.cpp with 96% similarity]
mv_machine_learning/object_detection/src/MobilenetV2AnchorParser.cpp
mv_machine_learning/object_detection/src/MobilenetV2Ssd.cpp [moved from mv_machine_learning/object_detection/src/mobilenet_v2_ssd.cpp with 98% similarity]
mv_machine_learning/object_detection/src/ObjectDetection.cpp [moved from mv_machine_learning/object_detection/src/object_detection.cpp with 98% similarity]
mv_machine_learning/object_detection/src/ObjectDetectionAdapter.cpp [moved from mv_machine_learning/object_detection/src/object_detection_adapter.cpp with 96% similarity]
mv_machine_learning/object_detection/src/ObjectDetectionExternal.cpp [moved from mv_machine_learning/object_detection/src/object_detection_external.cpp with 97% similarity]
mv_machine_learning/object_detection/src/ObjectDetectionParser.cpp
mv_machine_learning/object_detection/src/mv_face_detection.cpp
mv_machine_learning/object_detection/src/mv_object_detection.cpp
mv_machine_learning/object_detection_3d/include/IObjectDetection3d.h [moved from mv_machine_learning/object_detection_3d/include/iobject_detection_3d.h with 100% similarity]
mv_machine_learning/object_detection_3d/include/ObjectDetection3d.h [moved from mv_machine_learning/object_detection_3d/include/object_detection_3d.h with 92% similarity]
mv_machine_learning/object_detection_3d/include/ObjectDetection3dAdapter.h [moved from mv_machine_learning/object_detection_3d/include/object_detection_3d_adapter.h with 92% similarity]
mv_machine_learning/object_detection_3d/include/Objectron.h [moved from mv_machine_learning/object_detection_3d/include/objectron.h with 92% similarity]
mv_machine_learning/object_detection_3d/include/object_detection_3d_type.h
mv_machine_learning/object_detection_3d/src/ObjectDetection3d.cpp [moved from mv_machine_learning/object_detection_3d/src/object_detection_3d.cpp with 97% similarity]
mv_machine_learning/object_detection_3d/src/ObjectDetection3dAdapter.cpp [moved from mv_machine_learning/object_detection_3d/src/object_detection_3d_adapter.cpp with 97% similarity]
mv_machine_learning/object_detection_3d/src/ObjectDetection3dParser.cpp
mv_machine_learning/object_detection_3d/src/Objectron.cpp [moved from mv_machine_learning/object_detection_3d/src/objectron.cpp with 96% similarity]
mv_machine_learning/object_detection_3d/src/mv_object_detection_3d.cpp
mv_machine_learning/training/include/DataSetManager.h [moved from mv_machine_learning/training/include/data_set_manager.h with 97% similarity]
mv_machine_learning/training/include/FeatureVectorManager.h [moved from mv_machine_learning/training/include/feature_vector_manager.h with 100% similarity]
mv_machine_learning/training/include/LabelManager.h [moved from mv_machine_learning/training/include/label_manager.h with 100% similarity]
mv_machine_learning/training/include/TrainingModel.h [moved from mv_machine_learning/training/include/training_model.h with 96% similarity]
mv_machine_learning/training/src/DataSetManager.cpp [moved from mv_machine_learning/training/src/data_set_manager.cpp with 98% similarity]
mv_machine_learning/training/src/FeatureVectorManager.cpp [moved from mv_machine_learning/training/src/feature_vector_manager.cpp with 97% similarity]
mv_machine_learning/training/src/LabelManager.cpp [moved from mv_machine_learning/training/src/label_manager.cpp with 98% similarity]
mv_machine_learning/training/src/TrainingModel.cpp [moved from mv_machine_learning/training/src/training_model.cpp with 98% similarity]
packaging/capi-media-vision.spec