calculate_features calculates the features indicated in FeatureNames for each input region in Region, if necessary using the underlying gray values of Image, and returns the feature vectors in Features. If the input region contains several unconnected components that are to be classified individually, they should be separated, e.g., using connection before calculating the features.
The feature vectors in Features are sorted as follows:
The full first feature comes first for regions, then the second feature, and so on ([F1R1, F1R2,...,F1Rm,F2R1,...,F2Rm,...,FnRm] with FiRj being the feature vector for the i-th feature and the j-th region). This corresponds to the 'feature_column' order used by add_sample_class_train_data.
calculate_features calculates the features indicated in FeatureNames for each input region in Region, if necessary using the underlying gray values of Image, and returns the feature vectors in Features. If the input region contains several unconnected components that are to be classified individually, they should be separated, e.g., using connection before calculating the features.The feature vectors in Features are sorted as follows:The full first feature comes first for regions, then the second feature, and so on ([F1R1, F1R2,...,F1Rm,F2R1,...,F2Rm,...,FnRm] with FiRj being the feature vector for the i-th feature and the j-th region). This corresponds to the 'feature_column' order used by add_sample_class_train_data.
การแปล กรุณารอสักครู่..

calculate_features คำนวณคุณสมบัติที่ระบุไว้ใน FeatureNames สำหรับแต่ละภูมิภาคในการป้อนข้อมูลภาคถ้าจำเป็นใช้ค่าสีเทาของภาพและผลตอบแทนเวกเตอร์คุณลักษณะในลักษณะ หากพื้นที่การป้อนข้อมูลที่มีส่วนประกอบไม่เกี่ยวเนื่องกันหลายอย่างที่จะจำแนกเป็นรายบุคคลพวกเขาควรจะแยกออกจากกันเช่นการใช้การเชื่อมต่อก่อนที่จะคำนวณคุณสมบัติ
เวกเตอร์คุณลักษณะในลักษณะจะเรียงดังนี้
คุณสมบัติแรกเต็มรูปแบบมาเป็นอันดับแรกสำหรับภูมิภาคแล้วคุณลักษณะที่สองและอื่น ๆ ([F1R1, F1R2, ... , F1Rm, F2R1, ... , F2Rm ... , FnRm] ด้วย FiRj เป็นเวกเตอร์คุณลักษณะสำหรับคุณลักษณะ I-TH และภาค J-TH) นี้สอดคล้องกับ 'feature_column' เพื่อใช้โดย add_sample_class_train_data
การแปล กรุณารอสักครู่..

calculate_features คำนวณคุณสมบัติที่พบใน featurenames สัญญาณเข้าแต่ละภูมิภาค เขต ถ้าจำเป็นใช้ต้นแบบสีเทาค่าภาพและผลตอบแทนคุณลักษณะเวกเตอร์ในคุณสมบัติ ถ้าเข้าเขตประกอบด้วยส่วนประกอบวุ่นวายหลายอย่างที่จะจัดแยก ก็ควรแยก เช่น โดยใช้การเชื่อมต่อก่อนการคำนวณคุณสมบัติคุณลักษณะเวกเตอร์ในลักษณะเรียงดังนี้คุณสมบัติแรกเต็มมาครั้งแรกของภูมิภาคแล้ว คุณลักษณะที่สองและอื่น ๆ ( [ f1r1 f1r2 , , . . . , f1rm f2r1 f2rm , , , , , . . . . . . . . . . . . . . fnrm ] กับ firj เป็นแบบเวกเตอร์สำหรับ i-th คุณลักษณะและ j-th ภูมิภาค ) นี้สอดคล้องกับ feature_column ' ' เพื่อใช้ add_sample_class_train_data .
การแปล กรุณารอสักครู่..
