OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
t_hash_int.hpp ファイル
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for t_hash_int.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  hashnode_i
 
struct  hashtable_int
 

名前空間

namespace  cv
 
namespace  cv::ppf_match_3d
 

型定義

typedef uint cv::ppf_match_3d::KeyType
 

関数

hashtable_intcv::ppf_match_3d::hashtable_int_clone (hashtable_int *hashtbl)
 
hashtable_intcv::ppf_match_3d::hashtableCreate (size_t size, size_t(*hashfunc)(uint))
 
void cv::ppf_match_3d::hashtableDestroy (hashtable_int *hashtbl)
 
void * cv::ppf_match_3d::hashtableGet (hashtable_int *hashtbl, KeyType key)
 
hashnode_icv::ppf_match_3d::hashtableGetBucketHashed (hashtable_int *hashtbl, KeyType key)
 
int cv::ppf_match_3d::hashtableInsert (hashtable_int *hashtbl, KeyType key, void *data)
 
int cv::ppf_match_3d::hashtableInsertHashed (hashtable_int *hashtbl, KeyType key, void *data)
 
void cv::ppf_match_3d::hashtablePrint (hashtable_int *hashtbl)
 
hashtable_intcv::ppf_match_3d::hashtableRead (FILE *f)
 
int cv::ppf_match_3d::hashtableRemove (hashtable_int *hashtbl, KeyType key)
 
int cv::ppf_match_3d::hashtableResize (hashtable_int *hashtbl, size_t size)
 
int cv::ppf_match_3d::hashtableWrite (const hashtable_int *hashtbl, const size_t dataSize, FILE *f)
 
static uint cv::ppf_match_3d::next_power_of_two (uint value)
 次に大きい2のべき乗に切り上げる。
 

詳細説明

作者
Tolga Birdal <tbirdal AT gmail.com>