代码搜索:MRF
找到约 466 项符合「MRF」的源代码
代码结果 466
www.eeworm.com/read/466619/7029752
pdf mrf.pdf
www.eeworm.com/read/340991/12114959
cpp mrf.cpp
// mrf.cpp: implementation of the Cmrf class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MRF_imgSeg.h"
#include "mrf.h"
#ifdef _D
www.eeworm.com/read/340991/12114979
h mrf.h
// mrf.h: interface for the Cmrf class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MRF_H__5572C4E2_F113_4B47_84A3_94602996AE20__INCLUDED_)
#define
www.eeworm.com/read/338238/12317174
h mrf.h
#include "definitions.h"
#ifndef __MARKOV_RANDOM_FIELD__
#define __MARKOV_RANDOM_FIELD__
class MRF {
/**
This class holds all the data defining the Markov Random Field
Part of the c
www.eeworm.com/read/338238/12317246
cpp mrf.cpp
#include "MRF.h"
#include
#include "mex.h"
MRF::~MRF() {
if (lambdaMat != 0) {
for (int i=0; i
www.eeworm.com/read/228430/14385808
cpp mrf.cpp
/******************************************************************
* Modul name : mrf.cpp
* Author : Csaba Gradwohl (Gradwohl.Csaba@stud.u-szeged.hu) with some
* minor contributio
www.eeworm.com/read/474169/6815776
mrf test.mrf
-1 0 0.9 0.1 0.9
1 0 0.9 0.1 0.9
0 -1 0.9 0.1 0.9
0 1 0.9 0.1 0.9
www.eeworm.com/read/193008/8258311
cpp mrf.cpp
#include
#include
#include
#include
#include
#include "mrf.h"
void MRF::initialize()
{
m_initialized = 1;
if ( m_dataType =
www.eeworm.com/read/193008/8258339
h mrf.h
/* Copyright Olga Veksler, Ramin Zabih, and Vladimir Kolmogorov
* Send any questions to olga@csd.uwo.ca, rdz@cs.cornell.edu, vnk@microsoft.com
*/
#ifndef __MRF_H__
#define __MRF_H__
#include
www.eeworm.com/read/338238/12317206
h fillmethods.h
#include "mex.h"
#include "MRF.h"
#include "PottsMRF.h"
#include "RegionLevel.h"
void fillAdjMat(const mxArray* mxAdj, vector& adjMat);
void fillLocalMat(const mxArray* mxLocal, MRF* mrf);
voi