⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ref_forward_roi_local.h

📁 JPEG2000实现的源码
💻 H
字号:
/*****************************************************************************/
/* Copyright 1998, Hewlett-Packard Company                                   */
/* All rights reserved                                                       */
/* File: "ref_forward_roi_local.h"                                           */
/* Description: Private definitions for "ref_forward_roi.c"                  */
/* Author: David Taubman                                                     */
/* Affiliation: Hewlett-Packard and                                          */
/*              The University of New South Wales, Australia                 */
/* Acknowledgements: Partly developed in collaboration with Mathias Larsson  */
/*                   and his colleagues at Ericsson, Sweden                  */
/* Version: VM6.0                                                            */
/* Last Revised: 19 January, 2000                                            */
/*****************************************************************************/

#ifndef REF_FORWARD_ROI_LOCAL_H
#define REF_FORWARD_ROI_LOCAL_H
#include "ref_roi_common.h"

/*****************************************************************************/
/*                             ref_forward_roi_obj                           */
/*****************************************************************************/

typedef
  struct ref_forward_roi_obj {
    forward_roi_obj base;
    forward_info_ref info;
    int num_components;
    roi_component_info_ptr components;
    int block_aligned;
    int no_rect;
  } ref_forward_roi_obj, *ref_forward_roi_ref;
  /* This structure defines the augmented state of the `forward_roi' object
     created by `create_reference_forward_roi'. */

#endif /* REF_FORWARD_ROI_LOCAL_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -